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 |
Modifier and Type | Method and Description |
---|---|
protected abstract SendFailure |
HttpDestination.send(Connection connection,
HttpExchange exchange) |
protected SendFailure |
HttpConnection.send(HttpChannel channel,
HttpExchange exchange) |
protected abstract SendFailure |
HttpConnection.send(HttpExchange exchange) |
Modifier and Type | Method and Description |
---|---|
protected SendFailure |
HttpDestinationOverHTTP.send(Connection connection,
HttpExchange exchange) |
protected SendFailure |
HttpConnectionOverHTTP.send(HttpExchange exchange) |
Copyright © 1995–2021 Webtide. All rights reserved.