|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SocketOption>
com.kenai.constantine.platform.SocketOption
@Deprecated public enum SocketOption
| Enum Constant Summary | |
|---|---|
__UNKNOWN_CONSTANT__
Deprecated. |
|
SO_ACCEPTCONN
Deprecated. |
|
SO_ACCEPTFILTER
Deprecated. |
|
SO_ATTACH_FILTER
Deprecated. |
|
SO_BINDTODEVICE
Deprecated. |
|
SO_BROADCAST
Deprecated. |
|
SO_DEBUG
Deprecated. |
|
SO_DETACH_FILTER
Deprecated. |
|
SO_DONTROUTE
Deprecated. |
|
SO_DONTTRUNC
Deprecated. |
|
SO_ERROR
Deprecated. |
|
SO_KEEPALIVE
Deprecated. |
|
SO_LABEL
Deprecated. |
|
SO_LINGER
Deprecated. |
|
SO_NKE
Deprecated. |
|
SO_NO_CHECK
Deprecated. |
|
SO_NOADDRERR
Deprecated. |
|
SO_NOSIGPIPE
Deprecated. |
|
SO_NREAD
Deprecated. |
|
SO_NWRITE
Deprecated. |
|
SO_OOBINLINE
Deprecated. |
|
SO_PASSCRED
Deprecated. |
|
SO_PEERCRED
Deprecated. |
|
SO_PEERLABEL
Deprecated. |
|
SO_PEERNAME
Deprecated. |
|
SO_PRIORITY
Deprecated. |
|
SO_RCVBUF
Deprecated. |
|
SO_RCVLOWAT
Deprecated. |
|
SO_RCVTIMEO
Deprecated. |
|
SO_REUSEADDR
Deprecated. |
|
SO_REUSEPORT
Deprecated. |
|
SO_REUSESHAREUID
Deprecated. |
|
SO_SECURITY_AUTHENTICATION
Deprecated. |
|
SO_SECURITY_ENCRYPTION_NETWORK
Deprecated. |
|
SO_SECURITY_ENCRYPTION_TRANSPORT
Deprecated. |
|
SO_SNDBUF
Deprecated. |
|
SO_SNDLOWAT
Deprecated. |
|
SO_SNDTIMEO
Deprecated. |
|
SO_TIMESTAMP
Deprecated. |
|
SO_TYPE
Deprecated. |
|
SO_USELOOPBACK
Deprecated. |
|
SO_WANTMORE
Deprecated. |
|
SO_WANTOOBFLAG
Deprecated. |
|
| Method Summary | |
|---|---|
String |
description()
Deprecated. |
int |
intValue()
Deprecated. |
long |
longValue()
Deprecated. |
String |
toString()
Deprecated. |
int |
value()
Deprecated. |
static SocketOption |
valueOf(int value)
Deprecated. |
static SocketOption |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static SocketOption[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jnr.constants.Constant |
|---|
name |
| Enum Constant Detail |
|---|
public static final SocketOption SO_DEBUG
public static final SocketOption SO_ACCEPTCONN
public static final SocketOption SO_REUSEADDR
public static final SocketOption SO_KEEPALIVE
public static final SocketOption SO_DONTROUTE
public static final SocketOption SO_BROADCAST
public static final SocketOption SO_USELOOPBACK
public static final SocketOption SO_LINGER
public static final SocketOption SO_OOBINLINE
public static final SocketOption SO_REUSEPORT
public static final SocketOption SO_TIMESTAMP
public static final SocketOption SO_ACCEPTFILTER
public static final SocketOption SO_DONTTRUNC
public static final SocketOption SO_WANTMORE
public static final SocketOption SO_WANTOOBFLAG
public static final SocketOption SO_SNDBUF
public static final SocketOption SO_RCVBUF
public static final SocketOption SO_SNDLOWAT
public static final SocketOption SO_RCVLOWAT
public static final SocketOption SO_SNDTIMEO
public static final SocketOption SO_RCVTIMEO
public static final SocketOption SO_ERROR
public static final SocketOption SO_TYPE
public static final SocketOption SO_NREAD
public static final SocketOption SO_NKE
public static final SocketOption SO_NOSIGPIPE
public static final SocketOption SO_NOADDRERR
public static final SocketOption SO_NWRITE
public static final SocketOption SO_REUSESHAREUID
public static final SocketOption SO_LABEL
public static final SocketOption SO_PEERLABEL
public static final SocketOption SO_ATTACH_FILTER
public static final SocketOption SO_BINDTODEVICE
public static final SocketOption SO_DETACH_FILTER
public static final SocketOption SO_NO_CHECK
public static final SocketOption SO_PASSCRED
public static final SocketOption SO_PEERCRED
public static final SocketOption SO_PEERNAME
public static final SocketOption SO_PRIORITY
public static final SocketOption SO_SECURITY_AUTHENTICATION
public static final SocketOption SO_SECURITY_ENCRYPTION_NETWORK
public static final SocketOption SO_SECURITY_ENCRYPTION_TRANSPORT
public static final SocketOption __UNKNOWN_CONSTANT__
| Method Detail |
|---|
public static SocketOption[] values()
for (SocketOption c : SocketOption.values()) System.out.println(c);
public static SocketOption valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic final int value()
public final int intValue()
intValue in interface Constantpublic final long longValue()
longValue in interface Constantpublic final String description()
public final String toString()
toString in class Enum<SocketOption>public static final SocketOption valueOf(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||