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 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.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)
-