Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
- 
Packages that use WebSocketServerProtocolHandler.ServerHandshakeStateEvent Package Description io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.
- 
- 
Uses of WebSocketServerProtocolHandler.ServerHandshakeStateEvent in io.netty.handler.codec.http.websocketxMethods in io.netty.handler.codec.http.websocketx that return WebSocketServerProtocolHandler.ServerHandshakeStateEvent Modifier and Type Method Description static WebSocketServerProtocolHandler.ServerHandshakeStateEventWebSocketServerProtocolHandler.ServerHandshakeStateEvent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebSocketServerProtocolHandler.ServerHandshakeStateEvent[]WebSocketServerProtocolHandler.ServerHandshakeStateEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-