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.dynamic org.eclipse.jetty.client.http org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.http2.client.http org.eclipse.jetty.http3.client.http org.eclipse.jetty.unixsocket.client -
-
Uses of Origin in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return Origin Modifier and Type Method Description Origin
HttpClient. createOrigin(HttpRequest request, Origin.Protocol protocol)
Origin
HttpDestination. getOrigin()
Origin
ProxyConfiguration.Proxy. getOrigin()
Origin
HttpClientTransport. newOrigin(HttpRequest request)
Creates a new Origin with the given request.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 DuplexHttpDestination(HttpClient client, Origin origin)
DuplexHttpDestination(HttpClient client, Origin origin, boolean intrinsicallySecure)
HttpDestination(HttpClient client, Origin origin, boolean intrinsicallySecure)
MultiplexHttpDestination(HttpClient client, Origin origin)
MultiplexHttpDestination(HttpClient client, Origin origin, boolean intrinsicallySecure)
Proxy(Origin origin, SslContextFactory.Client sslContextFactory)
-
Uses of Origin in org.eclipse.jetty.client.dynamic
Methods in org.eclipse.jetty.client.dynamic that return Origin Modifier and Type Method Description Origin
HttpClientTransportDynamic. newOrigin(HttpRequest request)
Methods in org.eclipse.jetty.client.dynamic with parameters of type Origin Modifier and Type Method Description HttpDestination
HttpClientTransportDynamic. newHttpDestination(Origin origin)
-
Uses of Origin in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http that return Origin Modifier and Type Method Description Origin
HttpClientTransportOverHTTP. newOrigin(HttpRequest request)
Methods in org.eclipse.jetty.client.http with parameters of type Origin Modifier and Type Method Description HttpDestination
HttpClientTransportOverHTTP. newHttpDestination(Origin origin)
-
Uses of Origin in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http that return Origin Modifier and Type Method Description Origin
HttpClientTransportOverFCGI. newOrigin(HttpRequest request)
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type Origin Modifier and Type Method Description HttpDestination
HttpClientTransportOverFCGI. newHttpDestination(Origin origin)
-
Uses of Origin in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http that return Origin Modifier and Type Method Description Origin
HttpClientTransportOverHTTP2. newOrigin(HttpRequest request)
Methods in org.eclipse.jetty.http2.client.http with parameters of type Origin Modifier and Type Method Description HttpDestination
HttpClientTransportOverHTTP2. newHttpDestination(Origin origin)
-
Uses of Origin in org.eclipse.jetty.http3.client.http
Methods in org.eclipse.jetty.http3.client.http that return Origin Modifier and Type Method Description Origin
HttpClientTransportOverHTTP3. newOrigin(HttpRequest request)
Methods in org.eclipse.jetty.http3.client.http with parameters of type Origin Modifier and Type Method Description HttpDestination
HttpClientTransportOverHTTP3. newHttpDestination(Origin origin)
-
Uses of Origin in org.eclipse.jetty.unixsocket.client
Methods in org.eclipse.jetty.unixsocket.client that return Origin Modifier and Type Method Description Origin
HttpClientTransportOverUnixSockets. newOrigin(HttpRequest request)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.jetty.unixsocket.client with parameters of type Origin Modifier and Type Method Description HttpDestination
HttpClientTransportOverUnixSockets. newHttpDestination(Origin origin)
Deprecated, for removal: This API element is subject to removal in a future version.
-