Package org.apache.pekko.io
Class Inet.AbstractSocketOption
java.lang.Object
org.apache.pekko.io.Inet.AbstractSocketOption
- All Implemented Interfaces:
Inet.SocketOption
- Enclosing class:
- Inet
Java API: AbstractSocketOption is a package of data (from the user) and associated
behavior (how to apply that to a channel).
-
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
-
AbstractSocketOption
public AbstractSocketOption()
-