Uses of Class
org.eclipse.jetty.client.Origin
Packages that use Origin
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of Origin in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as OriginFields in org.eclipse.jetty.client with type parameters of type OriginModifier and TypeFieldDescriptionprivate final ConcurrentMap
<Origin, HttpDestination> HttpClient.destinations
Methods in org.eclipse.jetty.client that return OriginModifier and TypeMethodDescriptionprotected Origin
HttpClient.createOrigin
(String scheme, String host, int port, Object tag) HttpDestination.getOrigin()
Methods in org.eclipse.jetty.client with parameters of type OriginModifier and TypeMethodDescriptionboolean
Matches the givenorigin
with the included and excluded addresses, returning true if the givenorigin
is to be proxied.HttpClientTransport.newHttpDestination
(Origin origin) Creates a new, transport-specific,HttpDestination
object.HttpClient.resolveDestination
(Origin origin) Returns, creating it if absent, the destination with the given origin.Constructors in org.eclipse.jetty.client with parameters of type OriginModifierConstructorDescriptionHttpDestination
(HttpClient client, Origin origin) protected
MultiplexHttpDestination
(HttpClient client, Origin origin) PoolingHttpDestination
(HttpClient client, Origin origin) -
Uses of Origin in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type OriginConstructors in org.eclipse.jetty.client.http with parameters of type Origin