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.Address
Origin.address
private final Origin.Address
ProxyConfiguration.Proxy.address
Methods 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 boolean
ProxyConfiguration.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) protected
Proxy
(Origin.Address address, boolean secure) private
Proxy
(Origin.Address address, boolean secure, SslContextFactory.Client sslContextFactory) protected
Proxy
(Origin.Address address, SslContextFactory.Client sslContextFactory) Socks4Proxy
(Origin.Address address, boolean secure)