Class NEAppProxyFlowError


  • public final class NEAppProxyFlowError
    extends java.lang.Object
    [@typedef] NEAppProxyFlowError Flow error codes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Aborted
      [@const] NEAppProxyFlowErrorAborted The flow was aborted.
      static long DatagramTooLarge
      [@const] NEAppProxyFlowErrorDatagramTooLarge An attempt was made to write a datagram that is larger than the socket's receive window
      static long HostUnreachable
      [@const] NEAppProxyFlowErrorHostUnreachable The remote peer is unreachable.
      static long Internal
      [@const] NEAppProxyFlowErrorInternal An internal error occurred.
      static long InvalidArgument
      [@const] NEAppProxyFlowErrorInvalidArgument An invalid argument was passed to one of the NEAppProxyFlow methods.
      static long NotConnected
      [@const] NEAppProxyFlowErrorNotOpen The flow is not fully open.
      static long PeerReset
      [@const] NEAppProxyFlowErrorPeerReset The remote peer reset the flow.
      static long ReadAlreadyPending
      [@const] NEAppProxyFlowErrorReadAlreadyPending A read operation on the flow is already pending
      static long Refused
      [@const] NEAppProxyFlowErrorRefused The flow was disallowed.
      static long TimedOut
      [@const] NEAppProxyFlowErrorTimedOut The flow timed out.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NotConnected

        public static final long NotConnected
        [@const] NEAppProxyFlowErrorNotOpen The flow is not fully open.
        See Also:
        Constant Field Values
      • PeerReset

        public static final long PeerReset
        [@const] NEAppProxyFlowErrorPeerReset The remote peer reset the flow.
        See Also:
        Constant Field Values
      • HostUnreachable

        public static final long HostUnreachable
        [@const] NEAppProxyFlowErrorHostUnreachable The remote peer is unreachable.
        See Also:
        Constant Field Values
      • InvalidArgument

        public static final long InvalidArgument
        [@const] NEAppProxyFlowErrorInvalidArgument An invalid argument was passed to one of the NEAppProxyFlow methods.
        See Also:
        Constant Field Values
      • Aborted

        public static final long Aborted
        [@const] NEAppProxyFlowErrorAborted The flow was aborted.
        See Also:
        Constant Field Values
      • Refused

        public static final long Refused
        [@const] NEAppProxyFlowErrorRefused The flow was disallowed.
        See Also:
        Constant Field Values
      • TimedOut

        public static final long TimedOut
        [@const] NEAppProxyFlowErrorTimedOut The flow timed out.
        See Also:
        Constant Field Values
      • Internal

        public static final long Internal
        [@const] NEAppProxyFlowErrorInternal An internal error occurred.
        See Also:
        Constant Field Values
      • DatagramTooLarge

        public static final long DatagramTooLarge
        [@const] NEAppProxyFlowErrorDatagramTooLarge An attempt was made to write a datagram that is larger than the socket's receive window
        See Also:
        Constant Field Values
      • ReadAlreadyPending

        public static final long ReadAlreadyPending
        [@const] NEAppProxyFlowErrorReadAlreadyPending A read operation on the flow is already pending
        See Also:
        Constant Field Values