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
Constructors 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 class
WebSocketClientHandshaker00
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00class
WebSocketClientHandshaker07
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 07class
WebSocketClientHandshaker08
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10class
WebSocketClientHandshaker13
Performs 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 WebSocketClientHandshaker
WebSocketClientHandshakerFactory. newHandshaker(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String,String> customHeaders)
Instances a new handshakerWebSocketClientHandshaker
WebSocketClientHandshakerFactory. newHandshaker(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String,String> customHeaders, long maxFramePayloadLength)
Instances a new handshaker
-