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

Packages that use ServerWebSocketMeta
org.glassfish.grizzly.websockets   
 

Uses of ServerWebSocketMeta in org.glassfish.grizzly.websockets
 

Methods in org.glassfish.grizzly.websockets with parameters of type ServerWebSocketMeta
protected  W WebSocketApplication.createWebSocket(Connection connection, ServerWebSocketMeta meta)
          Method is called before the WebSocketEngine will create a server-side WebSocket object, so application may return any customized subtype of WebSocket.
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.