Class AFSocketOption<T>

java.lang.Object
org.newsclub.net.unix.AFSocketOption<T>
Type Parameters:
T - The option's value type.
All Implemented Interfaces:
SocketOption<T>

public final class AFSocketOption<T> extends Object implements SocketOption<T>
A special socket option supported by some junixsocket-based implementation.
Author:
Christian Kohlschütter