class SocketSignaler extends Signaler
Strategy for signaling an operation in which close
is called on the java.net.Socket
passed to
the constructor.
This class can be used for configuration when using traits TimeLimits
and TimeLimitedTests
.
- Source
- SocketSignaler.scala
- Alphabetic
- By Inheritance
- SocketSignaler
- Signaler
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply(testThread: Thread): Unit
Invokes
close
on thejava.net.Socket
passed to this class's constructor.Invokes
close
on thejava.net.Socket
passed to this class's constructor.- testThread
unused by this strategy
- Definition Classes
- SocketSignaler → Signaler