Uses of Class
org.apache.synapse.transport.netty.config.TargetConfiguration
-
Packages that use TargetConfiguration Package Description org.apache.synapse.transport.netty.sender -
-
Uses of TargetConfiguration in org.apache.synapse.transport.netty.sender
Fields in org.apache.synapse.transport.netty.sender declared as TargetConfiguration Modifier and Type Field Description protected TargetConfiguration
Axis2HttpTransportSender. targetConfiguration
Methods in org.apache.synapse.transport.netty.sender with parameters of type TargetConfiguration Modifier and Type Method Description static org.wso2.transport.http.netty.contract.HttpClientConnector
TargetRequestHandler. createHttpClient(URL url, org.apache.axis2.context.MessageContext msgContext, org.wso2.transport.http.netty.contract.HttpWsConnectorFactory httpWsConnectorFactory, org.wso2.transport.http.netty.contractimpl.sender.channel.pool.ConnectionManager connectionManager, org.wso2.transport.http.netty.contractimpl.sender.channel.BootstrapConfiguration bootstrapConfiguration, TargetConfiguration targetConfiguration)
static org.wso2.transport.http.netty.message.HttpCarbonMessage
TargetRequestHandler. createOutboundRequestMsg(URL url, org.apache.axis2.context.MessageContext msgContext, TargetConfiguration targetConfiguration)
Creates outbound request to be sent to the Backend service.ClientSSLConfigurationBuilder
ClientSSLConfigurationBuilder. parseSSL(TargetConfiguration targetConfiguration, org.apache.axis2.description.TransportOutDescription transportOut)
Parse SSL configuration from axis2.xml.static void
TargetRequestHandler. populateSenderConfigurations(org.apache.axis2.context.MessageContext msgContext, org.wso2.transport.http.netty.contract.config.SenderConfiguration senderConfiguration, TargetConfiguration targetConfiguration, URL url)
static void
TargetRequestHandler. sendRequest(org.wso2.transport.http.netty.contract.HttpClientConnector clientConnector, org.wso2.transport.http.netty.message.HttpCarbonMessage outboundRequestMsg, org.apache.axis2.context.MessageContext msgContext, TargetConfiguration targetConfiguration)
Constructors in org.apache.synapse.transport.netty.sender with parameters of type TargetConfiguration Constructor Description Axis2HttpTargetRespListener(org.apache.axis2.transport.base.threads.WorkerPool workerPool, org.apache.axis2.context.MessageContext requestMsgContext, TargetConfiguration targetConfiguration)
TargetErrorHandler(TargetConfiguration targetConfiguration)
-