Interface ServerUpgradeResponse

All Superinterfaces:
org.eclipse.jetty.io.Content.Sink, org.eclipse.jetty.server.Response

public interface ServerUpgradeResponse extends org.eclipse.jetty.server.Response

The HTTP response to upgrade to WebSocket.

An instance of this class is given as a parameter to a WebSocketCreator, so that applications can interact with the response.