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 and Description |
---|---|
protected HttpConversation |
HttpRequest.getConversation() |
HttpConversation |
HttpExchange.getConversation() |
Modifier and Type | Method and Description |
---|---|
protected HttpRequest |
HttpClient.newHttpRequest(HttpConversation conversation,
URI uri) |
Constructor and Description |
---|
HttpRequest(HttpClient client,
HttpConversation conversation,
URI uri) |
Copyright © 1995-2015 Webtide. All Rights Reserved.