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 WebSocketCloseStatusWebSocketCloseStatus.ABNORMAL_CLOSUREstatic final WebSocketCloseStatusWebSocketCloseStatus.BAD_GATEWAYstatic final WebSocketCloseStatusWebSocketCloseStatus.EMPTYstatic final WebSocketCloseStatusWebSocketCloseStatus.ENDPOINT_UNAVAILABLEstatic final WebSocketCloseStatusWebSocketCloseStatus.INTERNAL_SERVER_ERRORstatic final WebSocketCloseStatusWebSocketCloseStatus.INVALID_MESSAGE_TYPEstatic final WebSocketCloseStatusWebSocketCloseStatus.INVALID_PAYLOAD_DATAstatic final WebSocketCloseStatusWebSocketCloseStatus.MANDATORY_EXTENSIONstatic final WebSocketCloseStatusWebSocketCloseStatus.MESSAGE_TOO_BIGstatic final WebSocketCloseStatusWebSocketCloseStatus.NORMAL_CLOSUREstatic final WebSocketCloseStatusWebSocketCloseStatus.POLICY_VIOLATIONstatic final WebSocketCloseStatusWebSocketCloseStatus.PROTOCOL_ERRORstatic final WebSocketCloseStatusWebSocketCloseStatus.SERVICE_RESTARTstatic final WebSocketCloseStatusWebSocketCloseStatus.TLS_HANDSHAKE_FAILEDstatic final WebSocketCloseStatusWebSocketCloseStatus.TRY_AGAIN_LATERMethods in io.netty.handler.codec.http.websocketx that return WebSocketCloseStatusModifier and TypeMethodDescriptionCorruptedWebSocketFrameException.closeStatus()WebSocketClientProtocolConfig.sendCloseFrame()WebSocketServerProtocolConfig.sendCloseFrame()static WebSocketCloseStatusWebSocketCloseStatus.valueOf(int code) Methods in io.netty.handler.codec.http.websocketx with parameters of type WebSocketCloseStatusModifier and TypeMethodDescriptionintWebSocketCloseStatus.compareTo(WebSocketCloseStatus o) Order ofWebSocketCloseStatusonly depends oncode().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 WebSocketCloseStatusModifierConstructorDescriptionCreates 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.