public final class NEAppProxyFlowError
extends java.lang.Object
Flow error codes
| Modifier and Type | Field and 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.
|
public static final long NotConnected
public static final long PeerReset
public static final long HostUnreachable
public static final long InvalidArgument
public static final long Aborted
public static final long Refused
public static final long TimedOut
public static final long Internal
public static final long DatagramTooLarge
public static final long ReadAlreadyPending