Package org.apache.pekko.io
Class Inet.DatagramChannelCreator
java.lang.Object
org.apache.pekko.io.Inet.DatagramChannelCreator
- All Implemented Interfaces:
Inet.SocketOption
- Enclosing class:
- Inet
DatagramChannel creation behavior.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.io.Inet.SocketOption
afterConnect, beforeConnect, beforeDatagramBind, beforeServerSocketBind
-
Constructor Details
-
DatagramChannelCreator
public DatagramChannelCreator()
-
-
Method Details
-
create
Open and return new DatagramChannel.throwsis needed becauseDatagramChannel.openmethod can throw an exception.- Throws:
Exception
-