Uses of Class
org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Packages that use WebSocketClientHandshaker Package Description org.jboss.netty.example.http.websocketx.client This is an example web service client.org.jboss.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of WebSocketClientHandshaker in org.jboss.netty.example.http.websocketx.client
Fields in org.jboss.netty.example.http.websocketx.client declared as WebSocketClientHandshaker Modifier and Type Field Description private WebSocketClientHandshakerWebSocketClientHandler. handshakerConstructors in org.jboss.netty.example.http.websocketx.client with parameters of type WebSocketClientHandshaker Constructor Description WebSocketClientHandler(WebSocketClientHandshaker handshaker) -
Uses of WebSocketClientHandshaker in org.jboss.netty.handler.codec.http.websocketx
Subclasses of WebSocketClientHandshaker in org.jboss.netty.handler.codec.http.websocketx Modifier and Type Class Description classWebSocketClientHandshaker00Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00classWebSocketClientHandshaker07Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 07classWebSocketClientHandshaker08Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10classWebSocketClientHandshaker13Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 17Methods in org.jboss.netty.handler.codec.http.websocketx that return WebSocketClientHandshaker Modifier and Type Method Description WebSocketClientHandshakerWebSocketClientHandshakerFactory. newHandshaker(java.net.URI webSocketURL, WebSocketVersion version, java.lang.String subprotocol, boolean allowExtensions, java.util.Map<java.lang.String,java.lang.String> customHeaders)Instances a new handshakerWebSocketClientHandshakerWebSocketClientHandshakerFactory. newHandshaker(java.net.URI webSocketURL, WebSocketVersion version, java.lang.String subprotocol, boolean allowExtensions, java.util.Map<java.lang.String,java.lang.String> customHeaders, long maxFramePayloadLength)Instances a new handshaker
-