Uses of Class
org.eclipse.jetty.client.Origin.Address
Packages that use Origin.Address
-
Uses of Origin.Address in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return Origin.AddressConstructors in org.eclipse.jetty.client with parameters of type Origin.AddressModifierConstructorDescriptionHttpProxy
(Origin.Address address, boolean secure) Creates a new instance with the given HTTP proxy address.HttpProxy
(Origin.Address address, boolean secure, Origin.Protocol protocol) Creates a new instance with the given HTTP proxy address and protocol.HttpProxy
(Origin.Address address, SslContextFactory.Client sslContextFactory) Creates a new instance with the given HTTP proxy address and TLS configuration.HttpProxy
(Origin.Address address, SslContextFactory.Client sslContextFactory, Origin.Protocol protocol) Creates a new instance with the given HTTP proxy address, TLS configuration and protocol.Origin
(String scheme, Origin.Address address) Origin
(String scheme, Origin.Address address, Object tag) Origin
(String scheme, Origin.Address address, Object tag, Origin.Protocol protocol) Origin
(String scheme, Origin.Address address, Object tag, Origin.Protocol protocol, Transport transport) protected
Proxy
(Origin.Address address, boolean secure, SslContextFactory.Client sslContextFactory, Origin.Protocol protocol) Socks4Proxy
(Origin.Address address, boolean secure) Creates a new instance with the given SOCKS4 proxy address.Socks5Proxy
(Origin.Address address, boolean secure) Creates a new instance with the given SOCKS5 proxy address.