Package apple.networkextension.enums
Class NEAppProxyFlowError
- java.lang.Object
-
- apple.networkextension.enums.NEAppProxyFlowError
-
public final class NEAppProxyFlowError extends java.lang.Object[@typedef] NEAppProxyFlowError Flow error codes
-
-
Field Summary
Fields Modifier and Type Field Description static longAborted[@const] NEAppProxyFlowErrorAborted The flow was aborted.static longDatagramTooLarge[@const] NEAppProxyFlowErrorDatagramTooLarge An attempt was made to write a datagram that is larger than the socket's receive windowstatic longHostUnreachable[@const] NEAppProxyFlowErrorHostUnreachable The remote peer is unreachable.static longInternal[@const] NEAppProxyFlowErrorInternal An internal error occurred.static longInvalidArgument[@const] NEAppProxyFlowErrorInvalidArgument An invalid argument was passed to one of the NEAppProxyFlow methods.static longNotConnected[@const] NEAppProxyFlowErrorNotOpen The flow is not fully open.static longPeerReset[@const] NEAppProxyFlowErrorPeerReset The remote peer reset the flow.static longReadAlreadyPending[@const] NEAppProxyFlowErrorReadAlreadyPending A read operation on the flow is already pendingstatic longRefused[@const] NEAppProxyFlowErrorRefused The flow was disallowed.static longTimedOut[@const] NEAppProxyFlowErrorTimedOut The flow timed out.
-
-
-
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
-
-