Packages

c

akka.io.Inet

AbstractSocketOptionV2

abstract class AbstractSocketOptionV2 extends SocketOptionV2

Java API

Source
Inet.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractSocketOptionV2
  2. SocketOptionV2
  3. SocketOption
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractSocketOptionV2()

Value Members

  1. def afterBind(s: ServerSocket): Unit

    Action to be taken for this option after connect returned (i.e.

    Action to be taken for this option after connect returned (i.e. on the slave socket for servers).

    Definition Classes
    SocketOptionV2
  2. def afterBind(s: DatagramSocket): Unit

    Action to be taken for this option after connect returned (i.e.

    Action to be taken for this option after connect returned (i.e. on the slave socket for servers).

    Definition Classes
    SocketOptionV2
  3. def afterConnect(s: DatagramSocket): Unit

    Action to be taken for this option after connect returned (i.e.

    Action to be taken for this option after connect returned (i.e. on the slave socket for servers).

    Definition Classes
    SocketOptionV2
  4. def afterConnect(s: Socket): Unit

    Action to be taken for this option after connect returned (i.e.

    Action to be taken for this option after connect returned (i.e. on the slave socket for servers).

    Definition Classes
    SocketOption
  5. def beforeConnect(s: Socket): Unit

    Action to be taken for this option before calling connect()

    Action to be taken for this option before calling connect()

    Definition Classes
    SocketOption
  6. def beforeDatagramBind(ds: DatagramSocket): Unit

    Action to be taken for this option before bind() is called

    Action to be taken for this option before bind() is called

    Definition Classes
    SocketOption
  7. def beforeServerSocketBind(ss: ServerSocket): Unit

    Action to be taken for this option before bind() is called

    Action to be taken for this option before bind() is called

    Definition Classes
    SocketOption