public final class NWUDPSessionState
extends java.lang.Object
UDP session state values
| Modifier and Type | Field and Description |
|---|---|
static long |
Cancelled
[@constant] NWUDPSessionStateCancelled The session has been cancelled by the client
|
static long |
Failed
[@constant] NWUDPSessionStateFailed None of the currently resolved endpoints can be used
at this time, either due to problems with the path or the client rejecting the
endpoints.
|
static long |
Invalid
[@constant] NWUDPSessionStateInvalid The session is in an invalid or uninitialized state.
|
static long |
Preparing
[@constant] NWUDPSessionStatePreparing The endpoint is being resolved
|
static long |
Ready
[@constant] NWUDPSessionStateReady The session is ready for reading and writing data
|
static long |
Waiting
[@constant] NWUDPSessionStateWaiting The session is waiting for better conditions before
attempting to make the session ready.
|
public static final long Invalid
public static final long Waiting
public static final long Preparing
public static final long Ready
public static final long Failed
public static final long Cancelled