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 OriginHttpClient. createOrigin(java.lang.String scheme, java.lang.String host, int port, java.lang.Object tag)OriginHttpDestination. getOrigin()Methods in org.eclipse.jetty.client with parameters of type Origin Modifier and Type Method Description ProxyConfiguration.ProxyProxyConfiguration. match(Origin origin)booleanProxyConfiguration.Proxy. matches(Origin origin)Matches the givenoriginwith the included and excluded addresses, returning true if the givenoriginis to be proxied.HttpDestinationHttpClientTransport. newHttpDestination(Origin origin)Creates a new, transport-specific,HttpDestinationobject.HttpDestinationHttpClient. 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 HttpDestinationHttpClientTransportOverHTTP. 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 HttpDestinationHttpClientTransportOverFCGI. 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 HttpDestinationHttpClientTransportOverHTTP2. newHttpDestination(Origin origin)Constructors in org.eclipse.jetty.http2.client.http with parameters of type Origin Constructor Description HttpDestinationOverHTTP2(HttpClient client, Origin origin)
-