Package | Description |
---|---|
org.eclipse.jetty.client.http | |
org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
Modifier and Type | Field and Description |
---|---|
private HttpConnectionOverHTTP |
HttpChannelOverHTTP.connection |
private HttpConnectionOverHTTP |
HttpSenderOverHTTP.HeadersCallback.httpConnectionOverHTTP |
Modifier and Type | Method and Description |
---|---|
private HttpConnectionOverHTTP |
HttpReceiverOverHTTP.getHttpConnection() |
HttpConnectionOverHTTP |
HttpChannelOverHTTP.getHttpConnection() |
protected HttpConnectionOverHTTP |
HttpClientTransportOverHTTP.newHttpConnection(EndPoint endPoint,
HttpDestination destination,
Promise<Connection> promise) |
Modifier and Type | Method and Description |
---|---|
void |
HttpConnectionUpgrader.upgrade(HttpResponse response,
HttpConnectionOverHTTP connection) |
Constructor and Description |
---|
HeadersCallback(HttpExchange exchange,
HttpContent content,
Callback callback,
HttpConnectionOverHTTP httpConnectionOverHTTP) |
HttpChannelOverHTTP(HttpConnectionOverHTTP connection) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketUpgradeRequest.upgrade(HttpResponse response,
HttpConnectionOverHTTP oldConn) |