Uses of Interface
org.eclipse.jetty.websocket.api.UpgradeResponse
Package
Description
Jetty WebSocket API
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of UpgradeResponse in org.eclipse.jetty.websocket.api
Modifier and TypeMethodDescriptionSession.getUpgradeResponse()
Get the UpgradeResponse used to create this session -
Uses of UpgradeResponse in org.eclipse.jetty.websocket.client.impl
Modifier and TypeClassDescriptionclass
-
Uses of UpgradeResponse in org.eclipse.jetty.websocket.common
Modifier and TypeMethodDescriptionJettyWebSocketFrameHandler.getUpgradeResponse()
WebSocketSession.getUpgradeResponse()
Modifier and TypeMethodDescriptionvoid
JettyWebSocketFrameHandler.setUpgradeResponse
(UpgradeResponse upgradeResponse) -
Uses of UpgradeResponse in org.eclipse.jetty.websocket.server
-
Uses of UpgradeResponse in org.eclipse.jetty.websocket.server.internal