org.atmosphere.container
Class JettyWebSocketUtil

java.lang.Object
  extended by org.atmosphere.container.JettyWebSocketUtil

public class JettyWebSocketUtil
extends Object


Constructor Summary
JettyWebSocketUtil()
           
 
Method Summary
static Action doService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory)
           
static org.eclipse.jetty.websocket.WebSocketFactory getFactory(AtmosphereConfig config, WebSocketProcessor webSocketProcessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyWebSocketUtil

public JettyWebSocketUtil()
Method Detail

doService

public static final Action doService(AsynchronousProcessor cometSupport,
                                     AtmosphereRequest req,
                                     AtmosphereResponse res,
                                     org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory)
                              throws IOException,
                                     javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

getFactory

public static final org.eclipse.jetty.websocket.WebSocketFactory getFactory(AtmosphereConfig config,
                                                                            WebSocketProcessor webSocketProcessor)


Copyright © 2013. All Rights Reserved.