Package org.apache.pekko.io
Class Inet.AbstractSocketOptionV2
java.lang.Object
org.apache.pekko.io.Inet.AbstractSocketOptionV2
- All Implemented Interfaces:
Inet.SocketOption,Inet.SocketOptionV2
- Enclosing class:
- Inet
public abstract static class Inet.AbstractSocketOptionV2
extends Object
implements Inet.SocketOptionV2
Java API
-
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, beforeServerSocketBindMethods inherited from interface org.apache.pekko.io.Inet.SocketOptionV2
afterBind, afterBind, afterConnect
-
Constructor Details
-
AbstractSocketOptionV2
public AbstractSocketOptionV2()
-