Uses of Class
org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Packages that use WebSocketClientHandshaker
Package
Description
This is an example web service client.
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 WebSocketClientHandshakerModifier and TypeFieldDescriptionprivate final WebSocketClientHandshaker
WebSocketClientHandler.handshaker
Constructors in org.jboss.netty.example.http.websocketx.client with parameters of type WebSocketClientHandshaker -
Uses of WebSocketClientHandshaker in org.jboss.netty.handler.codec.http.websocketx
Subclasses of WebSocketClientHandshaker in org.jboss.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclass
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00class
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 07class
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10class
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 WebSocketClientHandshakerModifier and TypeMethodDescriptionWebSocketClientHandshakerFactory.newHandshaker
(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String, String> customHeaders) Instances a new handshakerWebSocketClientHandshakerFactory.newHandshaker
(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String, String> customHeaders, long maxFramePayloadLength) Instances a new handshaker