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.draft76   
 

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, WebSocketListener... listeners)
           
 

Constructors in org.glassfish.grizzly.websockets with parameters of type ProtocolHandler
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.draft76
 

Subclasses of ProtocolHandler in org.glassfish.grizzly.websockets.draft76
 class Draft76Handler
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.