Uses of Class
org.eclipse.jetty.client.HttpConversation
-
Packages that use HttpConversation 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. -
-
Uses of HttpConversation in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpConversation Modifier and Type Method Description HttpConversation
HttpExchange. getConversation()
HttpConversation
HttpRequest. getConversation()
Methods in org.eclipse.jetty.client with parameters of type HttpConversation Modifier and Type Method Description protected HttpRequest
HttpClient. newHttpRequest(HttpConversation conversation, java.net.URI uri)
Constructors in org.eclipse.jetty.client with parameters of type HttpConversation Constructor Description HttpRequest(HttpClient client, HttpConversation conversation, java.net.URI uri)
-