Interface ServerUpgradeRequest

All Superinterfaces:
org.eclipse.jetty.util.Attributes, org.eclipse.jetty.io.Content.Source, org.eclipse.jetty.server.Request

public interface ServerUpgradeRequest extends org.eclipse.jetty.server.Request

The HTTP request to upgrade to WebSocket.

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

See Also: