Package apple.networkextension.enums
Class NWUDPSessionState
- java.lang.Object
-
- apple.networkextension.enums.NWUDPSessionState
-
public final class NWUDPSessionState extends java.lang.Object[@typedef] NWUDPSessionState UDP session state values
-
-
Field Summary
Fields Modifier and Type Field Description static longCancelled[@constant] NWUDPSessionStateCancelled The session has been cancelled by the clientstatic longFailed[@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 longInvalid[@constant] NWUDPSessionStateInvalid The session is in an invalid or uninitialized state.static longPreparing[@constant] NWUDPSessionStatePreparing The endpoint is being resolvedstatic longReady[@constant] NWUDPSessionStateReady The session is ready for reading and writing datastatic longWaiting[@constant] NWUDPSessionStateWaiting The session is waiting for better conditions before attempting to make the session ready.
-
-
-
Field Detail
-
Invalid
public static final long Invalid
[@constant] NWUDPSessionStateInvalid The session is in an invalid or uninitialized state.- See Also:
- Constant Field Values
-
Waiting
public static final long Waiting
[@constant] NWUDPSessionStateWaiting The session is waiting for better conditions before attempting to make the session ready.- See Also:
- Constant Field Values
-
Preparing
public static final long Preparing
[@constant] NWUDPSessionStatePreparing The endpoint is being resolved- See Also:
- Constant Field Values
-
Ready
public static final long Ready
[@constant] NWUDPSessionStateReady The session is ready for reading and writing data- See Also:
- Constant Field Values
-
Failed
public static final 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.- See Also:
- Constant Field Values
-
Cancelled
public static final long Cancelled
[@constant] NWUDPSessionStateCancelled The session has been cancelled by the client- See Also:
- Constant Field Values
-
-