|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HandshakeException | |
|---|---|
| org.glassfish.grizzly.websockets | |
| Uses of HandshakeException in org.glassfish.grizzly.websockets |
|---|
| Methods in org.glassfish.grizzly.websockets that throw HandshakeException | |
|---|---|
Future<WebSocket> |
WebSocketConnectorHandler.connect(ClientWebSocketMeta meta,
WebSocketClientHandler handler)
Creates, initializes and connects WebSocket to the specific application. |
Future<WebSocket> |
WebSocketConnectorHandler.connect(URI uri,
WebSocketClientHandler handler)
Creates, initializes and connects WebSocket to the specific application. |
protected void |
WebSocketApplication.handshake(ClientWebSocketMeta websocketMeta)
Method is called, when inital WebSocket handshake process was completed,
but WebSocketApplication may perform additional validation. |
protected void |
WebSocketClientHandler.handshake(W socket,
ServerWebSocketMeta serverMeta)
Method is called, when inital WebSocket handshake process was completed,
but WebSocketClientHandler may perform additional validation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||