| Package | Description |
|---|---|
| com.predic8.membrane.core.rules | |
| com.predic8.membrane.core.transport | |
| com.predic8.membrane.core.transport.http |
| Modifier and Type | Method and Description |
|---|---|
SSLContext |
ServiceProxy.getSslInboundContext() |
SSLContext |
Rule.getSslInboundContext() |
SSLContext |
AbstractProxy.getSslInboundContext() |
SSLContext |
ServiceProxy.getSslOutboundContext() |
SSLContext |
Rule.getSslOutboundContext() |
SSLContext |
AbstractProxy.getSslOutboundContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transport.openPort(int port,
SSLContext sslContext) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionManager.getConnection(InetAddress host,
int port,
String localHost,
SSLContext sslContext) |
static Connection |
Connection.open(InetAddress host,
int port,
String localHost,
SSLContext sslContext) |
static Connection |
Connection.open(InetAddress host,
int port,
String localHost,
SSLContext sslContext,
ConnectionManager mgr) |
void |
HttpTransport.openPort(int port,
SSLContext sslContext) |
| Constructor and Description |
|---|
HttpEndpointListener(int port,
HttpTransport transport,
SSLContext sslContext) |
Copyright © 2012. All Rights Reserved.