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