Uses of Class
org.glassfish.grizzly.websockets.ClientWebSocketMeta

Packages that use ClientWebSocketMeta
org.glassfish.grizzly.websockets   
 

Uses of ClientWebSocketMeta in org.glassfish.grizzly.websockets
 

Methods in org.glassfish.grizzly.websockets with parameters of type ClientWebSocketMeta
 Future<WebSocket> WebSocketConnectorHandler.connect(ClientWebSocketMeta meta, WebSocketClientHandler handler)
          Creates, initializes and connects WebSocket to the specific application.
protected  W WebSocketClientHandler.createWebSocket(Connection connection, ClientWebSocketMeta meta)
          Method is called before the WebSocketEngine will create a client-side WebSocket object, so the handler may return any customized subtype of WebSocket.
protected  void WebSocketApplication.handshake(ClientWebSocketMeta websocketMeta)
          Method is called, when inital WebSocket handshake process was completed, but WebSocketApplication may perform additional validation.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.