Uses of Interface
org.eclipse.jetty.ee8.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.ee8.websocket.api
Methods in org.eclipse.jetty.ee8.websocket.api that return UpgradeRequestModifier and TypeMethodDescriptionSession.getUpgradeRequest()Get the UpgradeRequest used to create this session - 
Uses of UpgradeRequest in org.eclipse.jetty.ee8.websocket.client
Classes in org.eclipse.jetty.ee8.websocket.client that implement UpgradeRequestModifier and TypeClassDescriptionfinal classClient based UpgradeRequest API - 
Uses of UpgradeRequest in org.eclipse.jetty.ee8.websocket.client.impl
Classes in org.eclipse.jetty.ee8.websocket.client.impl that implement UpgradeRequestModifier and TypeClassDescriptionclassRepresenting the JettyRequestin theUpgradeRequestinterface. - 
Uses of UpgradeRequest in org.eclipse.jetty.ee8.websocket.common
Methods in org.eclipse.jetty.ee8.websocket.common that return UpgradeRequestModifier and TypeMethodDescriptionJettyWebSocketFrameHandler.getUpgradeRequest()WebSocketSession.getUpgradeRequest()Methods in org.eclipse.jetty.ee8.websocket.common with parameters of type UpgradeRequestModifier and TypeMethodDescriptionvoidJettyWebSocketFrameHandler.setUpgradeRequest(UpgradeRequest upgradeRequest)  - 
Uses of UpgradeRequest in org.eclipse.jetty.ee8.websocket.server
Subinterfaces of UpgradeRequest in org.eclipse.jetty.ee8.websocket.server