Package apple.foundation.enums
Class NSURLSessionWebSocketCloseCode
- java.lang.Object
-
- apple.foundation.enums.NSURLSessionWebSocketCloseCode
-
public final class NSURLSessionWebSocketCloseCode extends java.lang.ObjectThe WebSocket close codes follow the close codes given in the RFC
-
-
Field Summary
Fields Modifier and Type Field Description static longAbnormalClosurestatic longGoingAwaystatic longInternalServerErrorstatic longInvalidstatic longInvalidFramePayloadDatastatic longMandatoryExtensionMissingstatic longMessageTooBigstatic longNormalClosurestatic longNoStatusReceivedstatic longPolicyViolationstatic longProtocolErrorstatic longTLSHandshakeFailurestatic longUnsupportedData
-
-
-
Field Detail
-
Invalid
public static final long Invalid
- See Also:
- Constant Field Values
-
NormalClosure
public static final long NormalClosure
- See Also:
- Constant Field Values
-
GoingAway
public static final long GoingAway
- See Also:
- Constant Field Values
-
ProtocolError
public static final long ProtocolError
- See Also:
- Constant Field Values
-
UnsupportedData
public static final long UnsupportedData
- See Also:
- Constant Field Values
-
NoStatusReceived
public static final long NoStatusReceived
- See Also:
- Constant Field Values
-
AbnormalClosure
public static final long AbnormalClosure
- See Also:
- Constant Field Values
-
InvalidFramePayloadData
public static final long InvalidFramePayloadData
- See Also:
- Constant Field Values
-
PolicyViolation
public static final long PolicyViolation
- See Also:
- Constant Field Values
-
MessageTooBig
public static final long MessageTooBig
- See Also:
- Constant Field Values
-
MandatoryExtensionMissing
public static final long MandatoryExtensionMissing
- See Also:
- Constant Field Values
-
InternalServerError
public static final long InternalServerError
- See Also:
- Constant Field Values
-
TLSHandshakeFailure
public static final long TLSHandshakeFailure
- See Also:
- Constant Field Values
-
-