Uses of Class
org.eclipse.jetty.client.transport.HttpDestination
Packages that use HttpDestination
-
Uses of HttpDestination in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport that return HttpDestinationModifier and TypeMethodDescriptionHttpChannel.getHttpDestination()
HttpConnection.getHttpDestination()
HttpExchange.getHttpDestination()
protected HttpDestination
HttpReceiver.getHttpDestination()
Constructors in org.eclipse.jetty.client.transport with parameters of type HttpDestinationModifierConstructorDescriptionprotected
HttpChannel
(HttpDestination destination) protected
HttpConnection
(HttpDestination destination) HttpExchange
(HttpDestination destination, HttpRequest request) HttpExchange
(HttpDestination destination, HttpRequest request, ResponseListeners listeners)