class DatagramChannelCreator extends SocketOption
Ordering
- Alphabetic
- By Inheritance
Inherited
- DatagramChannelCreator
- SocketOption
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DatagramChannelCreator()
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
- def create(): DatagramChannel
Open and return new DatagramChannel.
Open and return new DatagramChannel.
throws
is needed becauseDatagramChannel.open
method can throw an exception.- Annotations
- @throws(classOf[Exception])
DatagramChannel creation behavior.