Uses of Class
org.eclipse.jetty.client.Origin
-
Packages that use Origin 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.org.eclipse.jetty.client.http -
-
Uses of Origin in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return Origin Modifier and Type Method Description Origin
HttpDestination. getOrigin()
Methods in org.eclipse.jetty.client with parameters of type Origin Modifier and Type Method Description ProxyConfiguration.Proxy
ProxyConfiguration. match(Origin origin)
boolean
ProxyConfiguration.Proxy. matches(Origin origin)
Matches the givenorigin
with the included and excluded addresses, returning true if the givenorigin
is to be proxied.HttpDestination
HttpClientTransport. newHttpDestination(Origin origin)
Creates a new, transport-specific,HttpDestination
object.Constructors in org.eclipse.jetty.client with parameters of type Origin Constructor Description HttpDestination(HttpClient client, Origin origin)
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 Origin Modifier and Type Method Description HttpDestination
HttpClientTransportOverHTTP. newHttpDestination(Origin origin)
Constructors in org.eclipse.jetty.client.http with parameters of type Origin Constructor Description HttpDestinationOverHTTP(HttpClient client, Origin origin)
-