abstract class AbstractSocketOption extends SocketOption
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractSocketOption
- SocketOption
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AbstractSocketOption()
Value Members
- 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
Java API: AbstractSocketOption is a package of data (from the user) and associated behavior (how to apply that to a channel).