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 AtmosphereServlet.Action doService(AsynchronousProcessor cometSupport, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, WebSocketFactory webSocketFactory)
           
static WebSocketFactory getFactory(AtmosphereServlet.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 AtmosphereServlet.Action doService(AsynchronousProcessor cometSupport,
                                                       javax.servlet.http.HttpServletRequest req,
                                                       javax.servlet.http.HttpServletResponse res,
                                                       WebSocketFactory webSocketFactory)
                                                throws IOException,
                                                       javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

getFactory

public static final WebSocketFactory getFactory(AtmosphereServlet.AtmosphereConfig config)


Copyright © 2012. All Rights Reserved.