| Package | Description |
|---|---|
| com.predic8.membrane.core.exchange | |
| com.predic8.membrane.core.transport.http |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Exchange.getTargetConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Exchange.setTargetConnection(Connection con) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionManager.getConnection(String host,
int port,
String localHost,
SSLProvider sslProvider,
int connectTimeout) |
Connection |
ConnectionManager.getConnection(String host,
int port,
String localHost,
SSLProvider sslProvider,
int connectTimeout,
String sniServerName,
ProxyConfiguration proxy,
SSLContext proxySSLContext) |
static Connection |
Connection.open(String host,
int port,
String localHost,
SSLProvider sslProvider,
ConnectionManager mgr,
int connectTimeout) |
static Connection |
Connection.open(String host,
int port,
String localHost,
SSLProvider sslProvider,
ConnectionManager mgr,
int connectTimeout,
String sniServername,
ProxyConfiguration proxy,
SSLProvider proxySSLProvider) |
static Connection |
Connection.open(String host,
int port,
String localHost,
SSLProvider sslProvider,
int connectTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.releaseConnection(Connection connection) |
void |
HttpClient.setupConnectionForwarding(Exchange exc,
Connection con,
String protocol,
StreamPump.StreamPumpStats streamPumpStats) |
static InputStream |
ByteStreamLogging.wrapConnectionInputStream(Connection con,
String name) |
static OutputStream |
ByteStreamLogging.wrapConnectionOutputStream(Connection con,
String name) |
Copyright © 2019. All Rights Reserved.