Uses of Class
org.eclipse.jetty.client.Origin
Packages that use Origin
Package
Description
-
Uses of Origin in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return OriginModifier and TypeMethodDescriptionHttpClient.createOrigin
(Request request, Origin.Protocol protocol) Destination.getOrigin()
ProxyConfiguration.Proxy.getOrigin()
Creates a new Origin with the given request.Methods in org.eclipse.jetty.client with parameters of type OriginModifier 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.Constructors in org.eclipse.jetty.client with parameters of type OriginModifierConstructorDescriptionHttpProxy
(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
Methods in org.eclipse.jetty.client.transport that return OriginMethods in org.eclipse.jetty.client.transport with parameters of type OriginModifier and TypeMethodDescriptionHttpClientTransportDynamic.newDestination
(Origin origin) HttpClientTransportOverHTTP.newDestination
(Origin origin) Constructors in org.eclipse.jetty.client.transport with parameters of type OriginModifierConstructorDescriptionHttpDestination
(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
Methods in org.eclipse.jetty.fcgi.client.transport that return OriginMethods in org.eclipse.jetty.fcgi.client.transport with parameters of type Origin -
Uses of Origin in org.eclipse.jetty.http2.client.transport
Methods in org.eclipse.jetty.http2.client.transport that return OriginMethods in org.eclipse.jetty.http2.client.transport with parameters of type Origin -
Uses of Origin in org.eclipse.jetty.http3.client.transport
Methods in org.eclipse.jetty.http3.client.transport that return OriginMethods in org.eclipse.jetty.http3.client.transport with parameters of type Origin
HttpDestination(HttpClient, Origin)
instead