Packages

t

akka.io.Inet

SocketOption

trait SocketOption extends AnyRef

SocketOption is a package of data (from the user) and associated behavior (how to apply that to a channel).

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

Value Members

  1. def afterConnect(s: Socket): Unit

    Action to be taken for this option after connect returned.

  2. def beforeConnect(s: Socket): Unit

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

  3. def beforeDatagramBind(ds: DatagramSocket): Unit

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

  4. def beforeServerSocketBind(ss: ServerSocket): Unit

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