Uses of Interface
org.eclipse.jetty.websocket.server.ServerUpgradeRequest
Packages that use ServerUpgradeRequest
-
Uses of ServerUpgradeRequest in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server with parameters of type ServerUpgradeRequestModifier and TypeMethodDescriptionWebSocketCreator.createWebSocket(ServerUpgradeRequest upgradeRequest, ServerUpgradeResponse upgradeResponse, org.eclipse.jetty.util.Callback callback) Creates a WebSocket endpoint instance from the incoming request. -
Uses of ServerUpgradeRequest in org.eclipse.jetty.websocket.server.internal
Classes in org.eclipse.jetty.websocket.server.internal that implement ServerUpgradeRequestModifier and TypeClassDescriptionclassInternal implementation of theServerUpgradeRequestinterface which delegates to the websocket-coreServerUpgradeRequest.