Uses of Interface
org.eclipse.jetty.websocket.api.UpgradeResponse
-
Packages that use UpgradeResponse Package Description org.eclipse.jetty.websocket.api Jetty WebSocket APIorg.eclipse.jetty.websocket.client.impl org.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.server org.eclipse.jetty.websocket.server.internal -
-
Uses of UpgradeResponse in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return UpgradeResponse Modifier and Type Method Description UpgradeResponse
Session. getUpgradeResponse()
Get the UpgradeResponse used to create this session -
Uses of UpgradeResponse in org.eclipse.jetty.websocket.client.impl
Classes in org.eclipse.jetty.websocket.client.impl that implement UpgradeResponse Modifier and Type Class Description class
DelegatedJettyClientUpgradeResponse
-
Uses of UpgradeResponse in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return UpgradeResponse Modifier and Type Method Description UpgradeResponse
JettyWebSocketFrameHandler. getUpgradeResponse()
UpgradeResponse
WebSocketSession. getUpgradeResponse()
Methods in org.eclipse.jetty.websocket.common with parameters of type UpgradeResponse Modifier and Type Method Description void
JettyWebSocketFrameHandler. setUpgradeResponse(UpgradeResponse upgradeResponse)
-
Uses of UpgradeResponse in org.eclipse.jetty.websocket.server
Subinterfaces of UpgradeResponse in org.eclipse.jetty.websocket.server Modifier and Type Interface Description interface
JettyServerUpgradeResponse
-
Uses of UpgradeResponse in org.eclipse.jetty.websocket.server.internal
Classes in org.eclipse.jetty.websocket.server.internal that implement UpgradeResponse Modifier and Type Class Description class
DelegatedServerUpgradeResponse
-