Uses of Class
com.predic8.membrane.core.transport.http.client.ProxyConfiguration
Packages that use ProxyConfiguration
Package
Description
-
Uses of ProxyConfiguration in com.predic8.membrane.core
Constructors in com.predic8.membrane.core with parameters of type ProxyConfiguration -
Uses of ProxyConfiguration in com.predic8.membrane.core.transport.http
Fields in com.predic8.membrane.core.transport.http declared as ProxyConfigurationMethods in com.predic8.membrane.core.transport.http that return ProxyConfigurationMethods in com.predic8.membrane.core.transport.http with parameters of type ProxyConfigurationModifier and TypeMethodDescriptionConnectionManager.getConnection(String host, int port, String localHost, SSLProvider sslProvider, int connectTimeout, String sniServerName, ProxyConfiguration proxy, SSLContext proxySSLContext, String[] applicationProtocols) static ConnectionConnection.open(String host, int port, String localHost, SSLProvider sslProvider, ConnectionManager mgr, int connectTimeout, String sniServername, ProxyConfiguration proxy, SSLProvider proxySSLProvider, String[] applicationProtocols) Constructors in com.predic8.membrane.core.transport.http with parameters of type ProxyConfigurationModifierConstructorDescriptionConnectionKey(String host, int port, SSLProvider sslProvider, String serverName, ProxyConfiguration proxy, SSLProvider proxySSLProvider) -
Uses of ProxyConfiguration in com.predic8.membrane.core.transport.http.client
Methods in com.predic8.membrane.core.transport.http.client that return ProxyConfigurationMethods in com.predic8.membrane.core.transport.http.client with parameters of type ProxyConfigurationModifier and TypeMethodDescriptionvoidHttpClientConfiguration.setProxy(ProxyConfiguration proxy) -
Uses of ProxyConfiguration in com.predic8.membrane.core.transport.http2
Methods in com.predic8.membrane.core.transport.http2 with parameters of type ProxyConfigurationModifier and TypeMethodDescriptionHttp2ClientPool.reserveStream(String host, int port, SSLProvider sslProvider, String sniServerName, ProxyConfiguration proxy, SSLContext proxySSLContext) voidHttp2ClientPool.share(String host, int port, SSLProvider sslProvider, String sniServerName, ProxyConfiguration proxy, SSLContext proxySSLContext, Http2Client h2c)