Package org.atmosphere.container
Class JettyWebSocketUtil
java.lang.Object
org.atmosphere.container.JettyWebSocketUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ActiondoService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory) static org.eclipse.jetty.websocket.WebSocketFactorygetFactory(AtmosphereConfig config, WebSocketProcessor webSocketProcessor)
-
Constructor Details
-
JettyWebSocketUtil
public JettyWebSocketUtil()
-
-
Method Details
-
doService
public static Action doService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory) throws IOException, javax.servlet.ServletException - Throws:
IOExceptionjavax.servlet.ServletException
-
getFactory
public static org.eclipse.jetty.websocket.WebSocketFactory getFactory(AtmosphereConfig config, WebSocketProcessor webSocketProcessor)
-