public class HttpCoreNIOSSLSender extends HttpCoreNIOSender implements SSLProfileLoader
| Constructor and Description |
|---|
HttpCoreNIOSSLSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.apache.axis2.context.ConfigurationContext cfgCtx,
org.apache.axis2.description.TransportOutDescription transportOut)
Initialize the transport sender, and execute reactor in new separate thread
|
protected ClientConnFactoryBuilder |
initConnFactoryBuilder(org.apache.axis2.description.TransportOutDescription transportOut,
org.apache.axis2.context.ConfigurationContext configurationContext) |
void |
reloadConfig(org.apache.axis2.description.ParameterInclude transport)
Reload SSL profiles and reset connections in HttpCoreNIOSSLSender
|
cleanup, getActiveThreadCount, getAvgSizeReceived, getAvgSizeSent, getBytesReceived, getBytesSent, getFaultsReceiving, getFaultsSending, getLastResetTime, getMaxSizeReceived, getMaxSizeSent, getMessagesReceived, getMessagesSent, getMetricsWindow, getMinSizeReceived, getMinSizeSent, getQueueSize, getResponseCodeTable, getTimeoutsReceiving, getTimeoutsSending, invoke, maintenenceShutdown, pause, reload, resetStatistics, resume, stopcleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toStringpublic void init(org.apache.axis2.context.ConfigurationContext cfgCtx,
org.apache.axis2.description.TransportOutDescription transportOut)
throws org.apache.axis2.AxisFault
HttpCoreNIOSenderinit in interface org.apache.axis2.transport.TransportSenderinit in class HttpCoreNIOSendercfgCtx - the Axis2 configuration contexttransportOut - the description of the http/s transport from Axis2 configurationorg.apache.axis2.AxisFault - thrown on an errorprotected ClientConnFactoryBuilder initConnFactoryBuilder(org.apache.axis2.description.TransportOutDescription transportOut, org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
initConnFactoryBuilder in class HttpCoreNIOSenderorg.apache.axis2.AxisFaultpublic void reloadConfig(org.apache.axis2.description.ParameterInclude transport)
throws org.apache.axis2.AxisFault
reloadConfig in interface SSLProfileLoadertransport - TransportOutDescription of the configurationorg.apache.axis2.AxisFaultCopyright © 2005–2019 Apache Software Foundation. All rights reserved.