Packages

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
Linear Supertypes
Signaler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SocketSignaler
  2. Signaler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SocketSignaler(socket: Socket)

Value Members

  1. def apply(testThread: Thread): Unit

    Invokes close on the java.net.Socket passed to this class's constructor.

    Invokes close on the java.net.Socket passed to this class's constructor.

    testThread

    unused by this strategy

    Definition Classes
    SocketSignalerSignaler