Uses of Class
org.eclipse.jetty.client.Origin
Package
Description
-
Uses of Origin in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionHttpClient.createOrigin
(Request request, Origin.Protocol protocol) Destination.getOrigin()
ProxyConfiguration.Proxy.getOrigin()
Creates a new Origin with the given request.Modifier and TypeMethodDescriptionboolean
Matches the givenorigin
with the included and excluded addresses, returning true if the givenorigin
is to be proxied.HttpClientTransport.newDestination
(Origin origin) Creates a new, transport-specific,HttpDestination
object.boolean
HttpProxy.requiresTunnel
(Origin serverOrigin) HttpClient.resolveDestination
(Origin origin) Returns, creating it if absent, the destination with the given origin.ModifierConstructorDescriptionHttpProxy
(Origin origin, SslContextFactory.Client sslContextFactory) Creates a new instance with the given HTTP proxyOrigin
and TLS configuration.protected
Proxy
(Origin origin, SslContextFactory.Client sslContextFactory) -
Uses of Origin in org.eclipse.jetty.client.transport
Modifier and TypeMethodDescriptionHttpClientTransportDynamic.newDestination
(Origin origin) HttpClientTransportOverHTTP.newDestination
(Origin origin) ModifierConstructorDescriptionHttpDestination
(HttpClient client, Origin origin) Creates a new HTTP destination.HttpDestination
(HttpClient client, Origin origin, boolean intrinsicallySecure) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Origin in org.eclipse.jetty.fcgi.client.transport
-
Uses of Origin in org.eclipse.jetty.http2.client.transport
-
Uses of Origin in org.eclipse.jetty.http3.client.transport
HttpDestination(HttpClient, Origin)
instead