|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||