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

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.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.