Uses of Interface
org.eclipse.jetty.websocket.server.ServerUpgradeResponse
Packages that use ServerUpgradeResponse
- 
Uses of ServerUpgradeResponse in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server with parameters of type ServerUpgradeResponseModifier and TypeMethodDescriptionWebSocketCreator.createWebSocket(ServerUpgradeRequest upgradeRequest, ServerUpgradeResponse upgradeResponse, Callback callback) Creates a WebSocket endpoint instance from the incoming request.