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) |
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, stop
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
public void init(org.apache.axis2.context.ConfigurationContext cfgCtx, org.apache.axis2.description.TransportOutDescription transportOut) throws org.apache.axis2.AxisFault
HttpCoreNIOSender
init
in interface org.apache.axis2.transport.TransportSender
init
in class HttpCoreNIOSender
cfgCtx
- 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) throws org.apache.axis2.AxisFault
initConnFactoryBuilder
in class HttpCoreNIOSender
org.apache.axis2.AxisFault
public void reloadConfig(org.apache.axis2.description.ParameterInclude transport) throws org.apache.axis2.AxisFault
reloadConfig
in interface SSLProfileLoader
transport
- TransportOutDescription of the configurationorg.apache.axis2.AxisFault
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.