Namespaces | |
| namespace | JetByteTools |
| namespace | JetByteTools::WebSocket |
| namespace | JetByteTools::WebSocket::HyBi |
Enumerations | |
| enum | CloseStatusCodes { CloseStatusNormal = 1000, CloseStatusGoingAway = 1001, CloseStatusProtocolError = 1002, CloseStatusUnsupported = 1003, CloseStatusFrameTooLarge = 1004, CloseStatusNoStatus = 1005, CloseStatusAbnormalClose = 1006, CloseStatusInvalidUTF8 = 1007, CloseStatusPolicyViolation = 1008, CloseStatusMessageTooLarge = 1009, CloseStatusExtensionRequired = 1010, CloseStatusInternalServerError = 1011, CloseStatusTLSFailure = 1015 } |
Variables | |
| static const int | MaxCloseReasonLengthBytes = 125 - 2 |
1.5.3