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
Methods in org.eclipse.jetty.client that return Origin.AddressModifier and TypeMethodDescriptionOrigin.getAddress()ProxyConfiguration.Proxy.getAddress()HttpDestination.getConnectAddress()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) protectedProxy(Origin.Address address, SslContextFactory.Client sslContextFactory) Socks4Proxy(Origin.Address address, boolean secure)