Uses of Interface
org.eclipse.jetty.websocket.core.server.ServerUpgradeRequest
Packages that use ServerUpgradeRequest
Package
Description
-
Uses of ServerUpgradeRequest in org.eclipse.jetty.ee10.websocket.jakarta.server
Methods in org.eclipse.jetty.ee10.websocket.jakarta.server with parameters of type ServerUpgradeRequestModifier and TypeMethodDescriptionJakartaWebSocketServerFrameHandlerFactory.newFrameHandler
(Object websocketPojo, ServerUpgradeRequest upgradeRequest, ServerUpgradeResponse upgradeResponse) -
Uses of ServerUpgradeRequest in org.eclipse.jetty.ee10.websocket.jakarta.server.internal
Methods in org.eclipse.jetty.ee10.websocket.jakarta.server.internal with parameters of type ServerUpgradeRequestModifier and TypeMethodDescriptionJakartaWebSocketCreator.createWebSocket
(ServerUpgradeRequest request, ServerUpgradeResponse response, Callback callback) Constructors in org.eclipse.jetty.ee10.websocket.jakarta.server.internal with parameters of type ServerUpgradeRequest -
Uses of ServerUpgradeRequest in org.eclipse.jetty.ee10.websocket.server.internal
Methods in org.eclipse.jetty.ee10.websocket.server.internal that return ServerUpgradeRequestMethods in org.eclipse.jetty.ee10.websocket.server.internal with parameters of type ServerUpgradeRequestModifier and TypeMethodDescriptionJettyServerFrameHandlerFactory.newFrameHandler
(Object websocketPojo, ServerUpgradeRequest upgradeRequest, ServerUpgradeResponse upgradeResponse) Constructors in org.eclipse.jetty.ee10.websocket.server.internal with parameters of type ServerUpgradeRequest -
Uses of ServerUpgradeRequest in org.eclipse.jetty.websocket.core.server
Methods in org.eclipse.jetty.websocket.core.server with parameters of type ServerUpgradeRequestModifier and TypeMethodDescriptionWebSocketCreator.createWebSocket
(ServerUpgradeRequest request, ServerUpgradeResponse response, Callback callback) Create a websocket from the incoming request.WebSocketNegotiator.negotiate
(ServerUpgradeRequest request, ServerUpgradeResponse response, Callback callback) Creates aFrameHandler
from the incoming request.FrameHandlerFactory.newFrameHandler
(Object websocketPojo, ServerUpgradeRequest upgradeRequest, ServerUpgradeResponse upgradeResponse) Create a FrameHandler from the provided websocketPojo. -
Uses of ServerUpgradeRequest in org.eclipse.jetty.websocket.core.server.internal
Classes in org.eclipse.jetty.websocket.core.server.internal that implement ServerUpgradeRequestModifier and TypeClassDescriptionclass
Upgrade request used for websocket negotiation.Methods in org.eclipse.jetty.websocket.core.server.internal that return ServerUpgradeRequestMethods in org.eclipse.jetty.websocket.core.server.internal with parameters of type ServerUpgradeRequestModifier and TypeMethodDescriptionCreatorNegotiator.negotiate
(ServerUpgradeRequest request, ServerUpgradeResponse response, Callback callback) -
Uses of ServerUpgradeRequest in org.eclipse.jetty.websocket.server.internal
Methods in org.eclipse.jetty.websocket.server.internal that return ServerUpgradeRequestMethods in org.eclipse.jetty.websocket.server.internal with parameters of type ServerUpgradeRequestModifier and TypeMethodDescriptionServerFrameHandlerFactory.newFrameHandler
(Object webSocketEndPoint, ServerUpgradeRequest upgradeRequest, ServerUpgradeResponse upgradeResponse) Constructors in org.eclipse.jetty.websocket.server.internal with parameters of type ServerUpgradeRequestModifierConstructorDescriptionServerUpgradeResponseDelegate
(ServerUpgradeRequest request, ServerUpgradeResponse wrapped)