class SocketInterruptor extends Interruptor
Strategy for interrupting 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 Timeouts
and TimeLimitedTests
.
- Annotations
- @deprecated
- Deprecated
Please use org.scalatest.concurrent.Signaler instead.
- Source
- SocketInterruptor.scala
- Alphabetic
- By Inheritance
- SocketInterruptor
- Interruptor
- Function1
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SocketInterruptor(socket: Socket)
Value Members
-
def
andThen[A](g: (Unit) ⇒ A): (Thread) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
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
- SocketInterruptor → Interruptor → Function1
-
def
compose[A](g: (A) ⇒ Thread): (A) ⇒ Unit
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any