Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
Packages that use WebSocketCloseStatus
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of WebSocketCloseStatus in io.netty.handler.codec.http.websocketx
Fields in io.netty.handler.codec.http.websocketx declared as WebSocketCloseStatusModifier and TypeFieldDescriptionstatic final WebSocketCloseStatus
WebSocketCloseStatus.ABNORMAL_CLOSURE
static final WebSocketCloseStatus
WebSocketCloseStatus.BAD_GATEWAY
private final WebSocketCloseStatus
CorruptedWebSocketFrameException.closeStatus
private final WebSocketCloseStatus
WebSocketProtocolHandler.closeStatus
static final WebSocketCloseStatus
WebSocketCloseStatus.EMPTY
static final WebSocketCloseStatus
WebSocketCloseStatus.ENDPOINT_UNAVAILABLE
static final WebSocketCloseStatus
WebSocketCloseStatus.INTERNAL_SERVER_ERROR
static final WebSocketCloseStatus
WebSocketCloseStatus.INVALID_MESSAGE_TYPE
static final WebSocketCloseStatus
WebSocketCloseStatus.INVALID_PAYLOAD_DATA
static final WebSocketCloseStatus
WebSocketCloseStatus.MANDATORY_EXTENSION
static final WebSocketCloseStatus
WebSocketCloseStatus.MESSAGE_TOO_BIG
static final WebSocketCloseStatus
WebSocketCloseStatus.NORMAL_CLOSURE
static final WebSocketCloseStatus
WebSocketCloseStatus.POLICY_VIOLATION
static final WebSocketCloseStatus
WebSocketCloseStatus.PROTOCOL_ERROR
private WebSocketCloseStatus
WebSocketClientProtocolConfig.Builder.sendCloseFrame
private final WebSocketCloseStatus
WebSocketClientProtocolConfig.sendCloseFrame
private WebSocketCloseStatus
WebSocketServerProtocolConfig.Builder.sendCloseFrame
private final WebSocketCloseStatus
WebSocketServerProtocolConfig.sendCloseFrame
static final WebSocketCloseStatus
WebSocketCloseStatus.SERVICE_RESTART
static final WebSocketCloseStatus
WebSocketCloseStatus.TLS_HANDSHAKE_FAILED
static final WebSocketCloseStatus
WebSocketCloseStatus.TRY_AGAIN_LATER
Methods in io.netty.handler.codec.http.websocketx that return WebSocketCloseStatusModifier and TypeMethodDescriptionCorruptedWebSocketFrameException.closeStatus()
WebSocketClientProtocolConfig.sendCloseFrame()
WebSocketServerProtocolConfig.sendCloseFrame()
static WebSocketCloseStatus
WebSocketCloseStatus.valueOf
(int code) Methods in io.netty.handler.codec.http.websocketx with parameters of type WebSocketCloseStatusModifier and TypeMethodDescriptionint
WebSocketCloseStatus.compareTo
(WebSocketCloseStatus o) Order ofWebSocketCloseStatus
only depends oncode()
.private void
WebSocket08FrameDecoder.protocolViolation
(ChannelHandlerContext ctx, ByteBuf in, WebSocketCloseStatus status, String reason) WebSocketClientProtocolConfig.Builder.sendCloseFrame
(WebSocketCloseStatus sendCloseFrame) Close frame to send, when close frame was not send manually.WebSocketServerProtocolConfig.Builder.sendCloseFrame
(WebSocketCloseStatus sendCloseFrame) Close frame to send, when close frame was not send manually.Constructors in io.netty.handler.codec.http.websocketx with parameters of type WebSocketCloseStatusModifierConstructorDescriptionprivate
Builder
(URI webSocketUri, String subprotocol, WebSocketVersion version, boolean allowExtensions, HttpHeaders customHeaders, int maxFramePayloadLength, boolean performMasking, boolean allowMaskMismatch, boolean handleCloseFrames, WebSocketCloseStatus sendCloseFrame, boolean dropPongFrames, long handshakeTimeoutMillis, long forceCloseTimeoutMillis, boolean absoluteUpgradeUrl, boolean generateOriginHeader, boolean withUTF8Validator) private
Builder
(String websocketPath, String subprotocols, boolean checkStartsWith, long handshakeTimeoutMillis, long forceCloseTimeoutMillis, boolean handleCloseFrames, WebSocketCloseStatus sendCloseFrame, boolean dropPongFrames, WebSocketDecoderConfig decoderConfig) Creates a new empty close frame with closing status code and reason textCloseWebSocketFrame
(WebSocketCloseStatus status, String reasonText) Creates a new empty close frame with closing status code and reason textCorruptedWebSocketFrameException
(WebSocketCloseStatus status, String message) Creates a new instance.CorruptedWebSocketFrameException
(WebSocketCloseStatus status, String message, Throwable cause) Creates a new instance.CorruptedWebSocketFrameException
(WebSocketCloseStatus status, Throwable cause) Creates a new instance.private
WebSocketClientProtocolConfig
(URI webSocketUri, String subprotocol, WebSocketVersion version, boolean allowExtensions, HttpHeaders customHeaders, int maxFramePayloadLength, boolean performMasking, boolean allowMaskMismatch, boolean handleCloseFrames, WebSocketCloseStatus sendCloseFrame, boolean dropPongFrames, long handshakeTimeoutMillis, long forceCloseTimeoutMillis, boolean absoluteUpgradeUrl, boolean generateOriginHeader, boolean withUTF8Validator) (package private)
WebSocketProtocolHandler
(boolean dropPongFrames, WebSocketCloseStatus closeStatus, long forceCloseTimeoutMillis) private
WebSocketServerProtocolConfig
(String websocketPath, String subprotocols, boolean checkStartsWith, long handshakeTimeoutMillis, long forceCloseTimeoutMillis, boolean handleCloseFrames, WebSocketCloseStatus sendCloseFrame, boolean dropPongFrames, WebSocketDecoderConfig decoderConfig)