Uses of Class
com.predic8.membrane.core.transport.http.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in com.predic8.membrane.core.exchange
Methods in com.predic8.membrane.core.exchange that return ConnectionMethods in com.predic8.membrane.core.exchange with parameters of type Connection -
Uses of Connection in com.predic8.membrane.core.transport.http
Methods in com.predic8.membrane.core.transport.http that return ConnectionModifier and TypeMethodDescriptionConnectionManager.getConnection(String host, int port, String localHost, SSLProvider sslProvider, int connectTimeout) ConnectionManager.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, int connectTimeout) static ConnectionConnection.open(String host, int port, String localHost, SSLProvider sslProvider, ConnectionManager mgr, int connectTimeout) static ConnectionConnection.open(String host, int port, String localHost, SSLProvider sslProvider, ConnectionManager mgr, int connectTimeout, String sniServername, ProxyConfiguration proxy, SSLProvider proxySSLProvider, String[] applicationProtocols) Methods in com.predic8.membrane.core.transport.http with parameters of type ConnectionModifier and TypeMethodDescriptionvoidConnectionManager.releaseConnection(Connection connection) static voidHttpClient.setupConnectionForwarding(Exchange exc, Connection con, String protocol, StreamPump.StreamPumpStats streamPumpStats) static InputStreamByteStreamLogging.wrapConnectionInputStream(Connection con, String name) static OutputStreamByteStreamLogging.wrapConnectionOutputStream(Connection con, String name) -
Uses of Connection in com.predic8.membrane.core.transport.http2
Methods in com.predic8.membrane.core.transport.http2 that return ConnectionMethods in com.predic8.membrane.core.transport.http2 with parameters of type ConnectionConstructors in com.predic8.membrane.core.transport.http2 with parameters of type Connection