Uses of Class
org.eclipse.jetty.client.transport.HttpDestination
Package
Description
-
Uses of HttpDestination in org.eclipse.jetty.client.transport
Modifier and TypeMethodDescriptionHttpChannel.getHttpDestination()
HttpConnection.getHttpDestination()
HttpExchange.getHttpDestination()
protected HttpDestination
HttpReceiver.getHttpDestination()
ModifierConstructorDescriptionprotected
HttpChannel
(HttpDestination destination) protected
HttpConnection
(HttpDestination destination) HttpExchange
(HttpDestination destination, HttpRequest request) HttpExchange
(HttpDestination destination, HttpRequest request, ResponseListeners listeners) -
Uses of HttpDestination in org.eclipse.jetty.client.transport.internal
ModifierConstructorDescriptionHttpConnectionOverHTTP
(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise) ProtocolHttpUpgrader
(HttpDestination destination, String protocol) -
Uses of HttpDestination in org.eclipse.jetty.fcgi.client.transport.internal