Package org.atmosphere.container
Class JettyWebSocketUtil
- java.lang.Object
-
- org.atmosphere.container.JettyWebSocketUtil
-
public class JettyWebSocketUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JettyWebSocketUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ActiondoService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory)static org.eclipse.jetty.websocket.WebSocketFactorygetFactory(AtmosphereConfig config, WebSocketProcessor webSocketProcessor)
-
-
-
Method Detail
-
doService
public static final Action doService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory) throws java.io.IOException, javax.servlet.ServletException
- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
getFactory
public static final org.eclipse.jetty.websocket.WebSocketFactory getFactory(AtmosphereConfig config, WebSocketProcessor webSocketProcessor)
-
-