@Deprecated public enum SocketOption extends Enum<SocketOption> implements Constant
Enum Constant and Description |
---|
__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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
defined()
Deprecated.
|
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.
|
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__
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 nameNullPointerException
- if the argument is nullpublic final int value()
public final String description()
public final String toString()
toString
in class Enum<SocketOption>
public static final SocketOption valueOf(int value)
Copyright © 2017. All Rights Reserved.