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 AtmosphereFramework.Action doService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory)
           
static org.eclipse.jetty.websocket.WebSocketFactory getFactory(AtmosphereConfig config)
           
 
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 AtmosphereFramework.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)


Copyright © 2012. All Rights Reserved.