| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
HttpConversation |
HttpExchange.getConversation() |
|
protected HttpConversation |
HttpRequest.getConversation() |
| Modifier and Type | Method | Description |
|---|---|---|
protected HttpRequest |
HttpClient.newHttpRequest(HttpConversation conversation,
java.net.URI uri) |
| Constructor | Description |
|---|---|
HttpRequest(HttpClient client,
HttpConversation conversation,
java.net.URI uri) |
Copyright © 1995–2017 Webtide. All rights reserved.