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

Packages that use ProtocolHandler
org.glassfish.grizzly.websockets   
org.glassfish.grizzly.websockets.draft06   
org.glassfish.grizzly.websockets.draft07   
org.glassfish.grizzly.websockets.draft08   
org.glassfish.grizzly.websockets.draft17   
 

Uses of ProtocolHandler in org.glassfish.grizzly.websockets
 

Fields in org.glassfish.grizzly.websockets declared as ProtocolHandler
 ProtocolHandler WebSocketEngine.WebSocketHolder.handler
           
protected  ProtocolHandler DefaultWebSocket.protocolHandler
           
 

Methods in org.glassfish.grizzly.websockets that return ProtocolHandler
abstract  ProtocolHandler Version.createHandler(boolean mask)
           
static ProtocolHandler WebSocketEngine.loadHandler(MimeHeaders headers)
           
 

Methods in org.glassfish.grizzly.websockets with parameters of type ProtocolHandler
 WebSocket WebSocketApplication.createSocket(ProtocolHandler handler, HttpRequestPacket requestPacket, WebSocketListener... listeners)
          Factory method to create new WebSocket instances.
 WebSocket WebSocketApplication.createSocket(ProtocolHandler handler, WebSocketListener... listeners)
          Deprecated. Use WebSocketApplication.createSocket(ProtocolHandler, org.glassfish.grizzly.http.HttpRequestPacket, WebSocketListener...)
 WebSocketEngine.WebSocketHolder WebSocketEngine.setWebSocketHolder(Connection connection, ProtocolHandler handler, WebSocket socket)
           
 

Constructors in org.glassfish.grizzly.websockets with parameters of type ProtocolHandler
DefaultWebSocket(ProtocolHandler protocolHandler, HttpRequestPacket request, WebSocketListener... listeners)
           
DefaultWebSocket(ProtocolHandler protocolHandler, WebSocketListener... listeners)
           
 

Uses of ProtocolHandler in org.glassfish.grizzly.websockets.draft06
 

Subclasses of ProtocolHandler in org.glassfish.grizzly.websockets.draft06
 class Draft06Handler
           
 

Uses of ProtocolHandler in org.glassfish.grizzly.websockets.draft07
 

Subclasses of ProtocolHandler in org.glassfish.grizzly.websockets.draft07
 class Draft07Handler
           
 

Uses of ProtocolHandler in org.glassfish.grizzly.websockets.draft08
 

Subclasses of ProtocolHandler in org.glassfish.grizzly.websockets.draft08
 class Draft08Handler
           
 

Uses of ProtocolHandler in org.glassfish.grizzly.websockets.draft17
 

Subclasses of ProtocolHandler in org.glassfish.grizzly.websockets.draft17
 class Draft17Handler
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.