Uses of Interface
org.eclipse.jetty.websocket.api.UpgradeResponse
Packages that use UpgradeResponse
Package
Description
Jetty WebSocket API
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of UpgradeResponse in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return UpgradeResponseModifier and TypeMethodDescriptionSession.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 UpgradeResponseModifier and TypeClassDescriptionclass
-
Uses of UpgradeResponse in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return UpgradeResponseModifier and TypeMethodDescriptionJettyWebSocketFrameHandler.getUpgradeResponse()
WebSocketSession.getUpgradeResponse()
Methods in org.eclipse.jetty.websocket.common with parameters of type UpgradeResponseModifier and TypeMethodDescriptionvoid
JettyWebSocketFrameHandler.setUpgradeResponse
(UpgradeResponse upgradeResponse) -
Uses of UpgradeResponse in org.eclipse.jetty.websocket.server
Subinterfaces of UpgradeResponse in org.eclipse.jetty.websocket.server -
Uses of UpgradeResponse in org.eclipse.jetty.websocket.server.internal
Classes in org.eclipse.jetty.websocket.server.internal that implement UpgradeResponse