Modifier and Type | Class and Description |
---|---|
private static class | |
private static class |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static OptionKey |
SocketOptionRegistry | back to summary |
---|---|
private SocketOptionRegistry() |
findOption | back to summary |
---|---|
public static OptionKey findOption(SocketOption<?> name, ProtocolFamily family) |
Modifier and Type | Field and Description |
---|---|
pack-priv static final Map |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
private static Map |
options | back to summary |
---|---|
pack-priv static final Map<SocketOptionRegistry. |
LazyInitialization | back to summary |
---|---|
private LazyInitialization() |
options | back to summary |
---|---|
private static Map |
Modifier and Type | Field and Description |
---|---|
private final ProtocolFamily | |
private final SocketOption |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. ob)Overrides java. Indicates whether some other object is "equal to" this one. |
public int |
family | back to summary |
---|---|
private final ProtocolFamily family |
name | back to summary |
---|---|
private final SocketOption<?> name |
RegistryKey | back to summary |
---|---|
pack-priv RegistryKey(SocketOption<?> name, ProtocolFamily family) |
equals | back to summary |
---|---|
public boolean equals(Object ob) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.
|
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|