Package | Description |
---|---|
org.apache.synapse.transport.passthru.api | |
org.apache.synapse.transport.passthru.core | |
org.apache.synapse.transport.passthru.core.ssl |
Modifier and Type | Method and Description |
---|---|
static boolean |
PassThroughInboundEndpointHandler.startSSLEndpoint(java.net.InetSocketAddress inetSocketAddress,
org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler,
java.lang.String endpointName,
SSLConfiguration sslConfiguration)
Start SSL Endpoint Listen and events related to Endpoint handle by given NHttpServerEventHandler
|
Modifier and Type | Method and Description |
---|---|
boolean |
PassThroughListeningIOReactorManager.startDynamicPTTSSLEndpoint(java.net.InetSocketAddress inetSocketAddress,
org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler,
java.lang.String endpointName,
SSLConfiguration sslConfiguration)
Start SSL endpoint in IO reactor which is external to PTT Axis Listeners started at server startup
|
Modifier and Type | Method and Description |
---|---|
static ServerConnFactory |
SSLConnectionUtils.getServerConnectionFactory(java.lang.String endpointName,
PassThroughSharedListenerConfiguration configuration,
SSLConfiguration sslConfiguration)
Method for return ServerConnectionFactory by building ServerConnectionFactory with given SSL Configurations
|
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.