trait SocketOptionV2 extends SocketOption
- Source
- Inet.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- SocketOptionV2
- SocketOption
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def afterBind(s: ServerSocket): Unit
Action to be taken for this option after connect returned.
- def afterBind(s: DatagramSocket): Unit
Action to be taken for this option after connect returned.
- def afterConnect(s: DatagramSocket): Unit
Action to be taken for this option after connect returned.
- def afterConnect(s: Socket): Unit
Action to be taken for this option after connect returned.
Action to be taken for this option after connect returned.
- Definition Classes
- SocketOption
- 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
- 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
- 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