Package org.eclipse.jetty.websocket.servlet
-
Interface Summary Interface Description FrameHandlerFactory Factory for FrameHandler instancesWebSocketCreator Abstract WebSocket creator interface.WebSocketServletFactory -
Class Summary Class Description ServletUpgradeRequest Holder of request data for a WebSocket upgrade request.ServletUpgradeResponse Servlet Specific UpgradeResponse implementation.WebSocketMapping Mapping of pathSpec to a tupple ofWebSocketCreator,FrameHandlerFactoryandConfiguration.Customizer.WebSocketServlet Abstract Servlet used to bridge the Servlet API to the WebSocket API.WebSocketUpgradeFilter Inline Servlet Filter to capture WebSocket upgrade requests.