Uses of Class
org.eclipse.jetty.client.Origin.Address
Packages that use Origin.Address
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.Address in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as Origin.AddressModifier and TypeFieldDescriptionprivate final Origin.AddressOrigin.addressprivate final Origin.AddressProxyConfiguration.Proxy.addressMethods in org.eclipse.jetty.client that return Origin.AddressModifier and TypeMethodDescriptionOrigin.getAddress()ProxyConfiguration.Proxy.getAddress()HttpDestination.getConnectAddress()Methods in org.eclipse.jetty.client with parameters of type Origin.AddressModifier and TypeMethodDescriptionprivate booleanProxyConfiguration.Proxy.matches(Origin.Address address, String pattern) Constructors in org.eclipse.jetty.client with parameters of type Origin.AddressModifierConstructorDescriptionHttpProxy(Origin.Address address, boolean secure) HttpProxy(Origin.Address address, SslContextFactory.Client sslContextFactory) Origin(String scheme, Origin.Address address) Origin(String scheme, Origin.Address address, Object tag) protectedProxy(Origin.Address address, boolean secure) privateProxy(Origin.Address address, boolean secure, SslContextFactory.Client sslContextFactory) protectedProxy(Origin.Address address, SslContextFactory.Client sslContextFactory) Socks4Proxy(Origin.Address address, boolean secure)