| Package | Description |
|---|---|
| org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
| org.eclipse.jetty.client.http | |
| org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpExchange.getResponse() |
HttpResponse |
HttpResponse.reason(java.lang.String reason) |
HttpResponse |
HttpResponse.status(int status) |
HttpResponse |
HttpResponse.trailer(HttpField trailer) |
HttpResponse |
HttpResponse.version(HttpVersion version) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpConnectionUpgrader.upgrade(HttpResponse response,
HttpConnectionOverHTTP connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketUpgradeRequest.upgrade(HttpResponse response,
HttpConnectionOverHTTP oldConn) |
| Constructor and Description |
|---|
ClientUpgradeResponse(HttpResponse response) |
Copyright © 1995–2022 Webtide. All rights reserved.