private static class UnixSocketOptions.GenericOption<T>
extends java.lang.Object
implements java.net.SocketOption<T>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private java.lang.Class<T> |
type |
Constructor and Description |
---|
GenericOption(java.lang.String name,
java.lang.Class<T> type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name() |
java.lang.String |
toString() |
java.lang.Class<T> |
type() |