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 TargetConfigurationAxis2HttpTransportSender. targetConfigurationMethods in org.apache.synapse.transport.netty.sender with parameters of type TargetConfiguration Modifier and Type Method Description static org.wso2.transport.http.netty.contract.HttpClientConnectorTargetRequestHandler. 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.HttpCarbonMessageTargetRequestHandler. createOutboundRequestMsg(URL url, org.apache.axis2.context.MessageContext msgContext, TargetConfiguration targetConfiguration)Creates outbound request to be sent to the Backend service.ClientSSLConfigurationBuilderClientSSLConfigurationBuilder. parseSSL(TargetConfiguration targetConfiguration, org.apache.axis2.description.TransportOutDescription transportOut)Parse SSL configuration from axis2.xml.static voidTargetRequestHandler. populateSenderConfigurations(org.apache.axis2.context.MessageContext msgContext, org.wso2.transport.http.netty.contract.config.SenderConfiguration senderConfiguration, TargetConfiguration targetConfiguration, URL url)static voidTargetRequestHandler. 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)
-