Uses of Class
org.eclipse.jetty.client.Origin
Packages that use Origin
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of Origin in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return OriginModifier and TypeMethodDescriptionHttpClient.createOrigin(HttpRequest request, Origin.Protocol protocol) HttpDestination.getOrigin()ProxyConfiguration.Proxy.getOrigin()HttpClientTransport.newOrigin(HttpRequest request) Creates a new Origin with the given request.Methods in org.eclipse.jetty.client with parameters of type OriginModifier and TypeMethodDescriptionbooleanMatches the givenoriginwith the included and excluded addresses, returning true if the givenoriginis to be proxied.HttpClientTransport.newHttpDestination(Origin origin) Creates a new, transport-specific,HttpDestinationobject.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 OriginModifierConstructorDescriptionDuplexHttpDestination(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) protectedProxy(Origin origin, SslContextFactory.Client sslContextFactory) -
Uses of Origin in org.eclipse.jetty.client.dynamic
Methods in org.eclipse.jetty.client.dynamic that return OriginMethods in org.eclipse.jetty.client.dynamic with parameters of type Origin -
Uses of Origin in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http that return OriginMethods in org.eclipse.jetty.client.http with parameters of type Origin -
Uses of Origin in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http that return OriginMethods in org.eclipse.jetty.fcgi.client.http with parameters of type Origin -
Uses of Origin in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http that return OriginMethods in org.eclipse.jetty.http2.client.http with parameters of type Origin -
Uses of Origin in org.eclipse.jetty.http3.client.http
Methods in org.eclipse.jetty.http3.client.http that return OriginMethods in org.eclipse.jetty.http3.client.http with parameters of type Origin -
Uses of Origin in org.eclipse.jetty.unixsocket.client
Methods in org.eclipse.jetty.unixsocket.client that return OriginModifier and TypeMethodDescriptionHttpClientTransportOverUnixSockets.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 OriginModifier and TypeMethodDescriptionHttpClientTransportOverUnixSockets.newHttpDestination(Origin origin) Deprecated, for removal: This API element is subject to removal in a future version.