Uses of Interface
org.eclipse.jetty.websocket.server.ServerUpgradeResponse
-
Uses of ServerUpgradeResponse 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 ServerUpgradeResponse in org.eclipse.jetty.websocket.server.internal