Package com.kenai.constantine.platform
Enum Class SocketOption
- All Implemented Interfaces:
Constant
,Serializable
,Comparable<SocketOption>
,Constable
,Constant
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
defined()
Deprecated.final String
Deprecated.final int
intValue()
Deprecated.final long
Deprecated.final String
toString()
Deprecated.final int
value()
Deprecated.static final SocketOption
valueOf
(int value) Deprecated.Returns the enum constant of this class with the specified name.static SocketOption
Deprecated.Returns the enum constant of this class with the specified name.static SocketOption[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SO_DEBUG
Deprecated. -
SO_ACCEPTCONN
Deprecated. -
SO_REUSEADDR
Deprecated. -
SO_KEEPALIVE
Deprecated. -
SO_DONTROUTE
Deprecated. -
SO_BROADCAST
Deprecated. -
SO_USELOOPBACK
Deprecated. -
SO_LINGER
Deprecated. -
SO_OOBINLINE
Deprecated. -
SO_REUSEPORT
Deprecated. -
SO_TIMESTAMP
Deprecated. -
SO_ACCEPTFILTER
Deprecated. -
SO_DONTTRUNC
Deprecated. -
SO_WANTMORE
Deprecated. -
SO_WANTOOBFLAG
Deprecated. -
SO_SNDBUF
Deprecated. -
SO_RCVBUF
Deprecated. -
SO_SNDLOWAT
Deprecated. -
SO_RCVLOWAT
Deprecated. -
SO_SNDTIMEO
Deprecated. -
SO_RCVTIMEO
Deprecated. -
SO_ERROR
Deprecated. -
SO_TYPE
Deprecated. -
SO_NREAD
Deprecated. -
SO_NKE
Deprecated. -
SO_NOSIGPIPE
Deprecated. -
SO_NOADDRERR
Deprecated. -
SO_NWRITE
Deprecated. -
SO_REUSESHAREUID
Deprecated. -
SO_LABEL
Deprecated. -
SO_PEERLABEL
Deprecated. -
SO_ATTACH_FILTER
Deprecated. -
SO_BINDTODEVICE
Deprecated. -
SO_DETACH_FILTER
Deprecated. -
SO_NO_CHECK
Deprecated. -
SO_PASSCRED
Deprecated. -
SO_PEERCRED
Deprecated. -
SO_PEERNAME
Deprecated. -
SO_PRIORITY
Deprecated. -
SO_SECURITY_AUTHENTICATION
Deprecated. -
SO_SECURITY_ENCRYPTION_NETWORK
Deprecated. -
SO_SECURITY_ENCRYPTION_TRANSPORT
Deprecated. -
__UNKNOWN_CONSTANT__
Deprecated.
-
-
Field Details
-
resolver
Deprecated.
-
-
Constructor Details
-
SocketOption
private SocketOption()Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public final int value()Deprecated. -
intValue
public final int intValue()Deprecated. -
longValue
public final long longValue()Deprecated. -
description
Deprecated. -
defined
public final boolean defined()Deprecated. -
toString
Deprecated.- Overrides:
toString
in classEnum<SocketOption>
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-