Uses of Interface
org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
Packages that use UpgradeRequest
Package
Description
Jetty WebSocket API
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of UpgradeRequest in org.eclipse.jetty.ee9.websocket.api
Methods in org.eclipse.jetty.ee9.websocket.api that return UpgradeRequestModifier and TypeMethodDescriptionSession.getUpgradeRequest()Get the UpgradeRequest used to create this session -
Uses of UpgradeRequest in org.eclipse.jetty.ee9.websocket.client
Classes in org.eclipse.jetty.ee9.websocket.client that implement UpgradeRequestModifier and TypeClassDescriptionfinal classClient based UpgradeRequest API -
Uses of UpgradeRequest in org.eclipse.jetty.ee9.websocket.client.impl
Classes in org.eclipse.jetty.ee9.websocket.client.impl that implement UpgradeRequestModifier and TypeClassDescriptionclassRepresenting the JettyRequestin theUpgradeRequestinterface. -
Uses of UpgradeRequest in org.eclipse.jetty.ee9.websocket.common
Methods in org.eclipse.jetty.ee9.websocket.common that return UpgradeRequestModifier and TypeMethodDescriptionJettyWebSocketFrameHandler.getUpgradeRequest()WebSocketSession.getUpgradeRequest()Methods in org.eclipse.jetty.ee9.websocket.common with parameters of type UpgradeRequestModifier and TypeMethodDescriptionvoidJettyWebSocketFrameHandler.setUpgradeRequest(UpgradeRequest upgradeRequest) -
Uses of UpgradeRequest in org.eclipse.jetty.ee9.websocket.server
Subinterfaces of UpgradeRequest in org.eclipse.jetty.ee9.websocket.server