Class NWUDPSessionState


  • public final class NWUDPSessionState
    extends java.lang.Object
    [@typedef] NWUDPSessionState UDP session state values
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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