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 org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.http2.client.http -
-
Uses of Origin in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return Origin Modifier and Type Method Description protected Origin
HttpClient. createOrigin(java.lang.String scheme, java.lang.String host, int port, java.lang.Object tag)
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.HttpDestination
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 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)
-
Uses of Origin in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type Origin Modifier and Type Method Description HttpDestination
HttpClientTransportOverFCGI. newHttpDestination(Origin origin)
Constructors in org.eclipse.jetty.fcgi.client.http with parameters of type Origin Constructor Description HttpDestinationOverFCGI(HttpClient client, Origin origin)
MultiplexHttpDestinationOverFCGI(HttpClient client, Origin origin)
-
Uses of Origin in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http with parameters of type Origin Modifier and Type Method Description HttpDestination
HttpClientTransportOverHTTP2. newHttpDestination(Origin origin)
Constructors in org.eclipse.jetty.http2.client.http with parameters of type Origin Constructor Description HttpDestinationOverHTTP2(HttpClient client, Origin origin)
-