Uses of Interface
org.eclipse.jetty.websocket.server.ServerUpgradeRequest
-
Uses of ServerUpgradeRequest in org.eclipse.jetty.websocket.server
Modifier and TypeMethodDescriptionWebSocketCreator.createWebSocket
(ServerUpgradeRequest upgradeRequest, ServerUpgradeResponse upgradeResponse, Callback callback) Creates a WebSocket endpoint instance from the incoming request. -
Uses of ServerUpgradeRequest in org.eclipse.jetty.websocket.server.internal