Package org.eclipse.jetty.client
Class HttpProxy
java.lang.Object
org.eclipse.jetty.client.ProxyConfiguration.Proxy
org.eclipse.jetty.client.HttpProxy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classCreates a tunnel using HTTP CONNECT.private static classprivate static classprivate static class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHttpProxy(Origin.Address address, boolean secure) HttpProxy(Origin.Address address, SslContextFactory.Client sslContextFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetURI()newClientConnectionFactory(ClientConnectionFactory connectionFactory) Methods inherited from class org.eclipse.jetty.client.ProxyConfiguration.Proxy
getAddress, getExcludedAddresses, getIncludedAddresses, getSslContextFactory, isSecure, matches, toString
-
Field Details
-
LOG
-
-
Constructor Details
-
HttpProxy
-
HttpProxy
-
HttpProxy
-
-
Method Details
-
newClientConnectionFactory
public ClientConnectionFactory newClientConnectionFactory(ClientConnectionFactory connectionFactory) - Specified by:
newClientConnectionFactoryin classProxyConfiguration.Proxy- Parameters:
connectionFactory- the nestedClientConnectionFactory- Returns:
- a new
ClientConnectionFactoryfor thisProxyConfiguration.Proxy
-
getURI
- Overrides:
getURIin classProxyConfiguration.Proxy- Returns:
- an URI representing this proxy, or null if no URI can represent this proxy
-