NSURLSessionWebSocketCloseCodeAbnormalClosure
A reserved code that indicates the connection closed without a close control frame.
クローズコントロールフレームなしで閉じられた接続を指し示す予約コード。
NSURLSessionWebSocketCloseCodeGoingAway
A code that indicates an endpoint is going away.
あるコード、それはエンドポイントが立ち去っていることを指し示します。
NSURLSessionWebSocketCloseCodeInternalServerError
A code that indicates the server terminated the connection because it encountered an unexpected condition.
あるコード、それはサーバが接続を終了したことを指し示します、それが予期しない条件に出くわしたために。
NSURLSessionWebSocketCloseCodeInvalid
A code that indicates the connection is still open.
あるコード、それは接続がまだ開いていることを指し示します。
NSURLSessionWebSocketCloseCodeInvalidFramePayloadData
A code that indicates the server terminated the connection because it received data inconsistent with the message’s type.
あるコード、それはサーバが接続を終了したことを指し示します、それがメッセージのもつ型と矛盾するデータを受け取ったために。
NSURLSessionWebSocketCloseCodeMandatoryExtensionMissing
A code that indicates the client terminated the connection because the server didn’t negotiate a required extension.
あるコード、それはクライアントが接続を終了したことを指し示します、サーバが要請された拡張子を処理しないために。
NSURLSessionWebSocketCloseCodeMessageTooBig
A code that indicates an endpoint is terminating the connection because it received a message too big for it to process.
あるコード、それはエンドポイントが接続を終了したことを指し示します、それがそれにとって処理するには大きすぎるあるメッセージを受け取ったために。
NSURLSessionWebSocketCloseCodeNoStatusReceived
A reserved code that indicates an endpoint expected a status code and didn’t receive one.
ある予約されたコード、それはエンドポイントがある状態コードを期待した、そしてそれを受け取らないことを指し示します。
NSURLSessionWebSocketCloseCodeNormalClosure
A code that indicates normal connection closure.
あるコード、それは通常の接続閉鎖を指し示します。
NSURLSessionWebSocketCloseCodePolicyViolation
A code that indicates an endpoint terminated the connection because it received a message that violates its policy.
あるコード、それはエンドポイントが接続を切断したのはそれがそれの方針に違反するメッセージを受け取ったためであるのを指し示します。
NSURLSessionWebSocketCloseCodeProtocolError
A code that indicates an endpoint terminated the connection due to a protocol error.
あるコード、それはエンドポイントが接続をプロトコルエラーによって切断したことを指し示します。
NSURLSessionWebSocketCloseCodeTLSHandshakeFailure
A reserved code that indicates the connection closed due to the failure to perform a TLS handshake.
ある予約されたコード、それは接続がTLSハンドシェイクの実行の失敗によって閉じたことを指し示します。