Uses of Class
org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
-
Uses of ServletUpgradeRequest in org.eclipse.jetty.websocket.servlet
Methods in org.eclipse.jetty.websocket.servlet with parameters of type ServletUpgradeRequest Modifier and Type Method Description java.lang.ObjectWebSocketCreator. createWebSocket(ServletUpgradeRequest req, ServletUpgradeResponse resp)Create a websocket from the incoming request.
-