|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EmxNwLnkProps.Socket>
com.neeve.emx.EmxNwLnkProps.Socket
public static enum EmxNwLnkProps.Socket
Socket properties
Enum Constant Summary | |
---|---|
backlog
Maximum connection accept queue length (only for server endpoints). |
|
linger
Linger and attempt to flush unsent data while closing the underlying TCP connection? |
|
lingertime
How long to linger in case the LINGER property is set to true. |
|
localifaddr
Local interface address to bind to. |
|
localifaddrbound
Local interface address actually bound to. |
|
localport
Local port to bind to. |
|
localportbound
Local port actually bound to. |
|
nativeio
Use native socket IO. |
|
recvbuffersize
Underlying socket receive buffer size. |
|
remoteifaddr
Remote interface address to connect to. |
|
remoteport
Remote port to connect to. |
|
sendbuffersize
Underlying socket send buffer size. |
Method Summary | |
---|---|
static EmxNwLnkProps.Socket |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EmxNwLnkProps.Socket[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EmxNwLnkProps.Socket localifaddr
public static final EmxNwLnkProps.Socket localport
public static final EmxNwLnkProps.Socket localifaddrbound
public static final EmxNwLnkProps.Socket localportbound
public static final EmxNwLnkProps.Socket remoteifaddr
public static final EmxNwLnkProps.Socket remoteport
public static final EmxNwLnkProps.Socket sendbuffersize
public static final EmxNwLnkProps.Socket recvbuffersize
public static final EmxNwLnkProps.Socket linger
public static final EmxNwLnkProps.Socket lingertime
public static final EmxNwLnkProps.Socket backlog
public static final EmxNwLnkProps.Socket nativeio
Method Detail |
---|
public static EmxNwLnkProps.Socket[] values()
for (EmxNwLnkProps.Socket c : EmxNwLnkProps.Socket.values()) System.out.println(c);
public static EmxNwLnkProps.Socket 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 null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |