Uses of Class
org.apache.synapse.transport.netty.config.TargetConfiguration
Packages that use TargetConfiguration
-
Uses of TargetConfiguration in org.apache.synapse.transport.netty.sender
Fields in org.apache.synapse.transport.netty.sender declared as TargetConfigurationModifier and TypeFieldDescriptionprotected TargetConfigurationAxis2HttpTransportSender.targetConfigurationMethods in org.apache.synapse.transport.netty.sender with parameters of type TargetConfigurationModifier and TypeMethodDescriptionstatic 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.ClientSSLConfigurationBuilder.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 TargetConfigurationModifierConstructorDescriptionAxis2HttpTargetRespListener(org.apache.axis2.transport.base.threads.WorkerPool workerPool, org.apache.axis2.context.MessageContext requestMsgContext, TargetConfiguration targetConfiguration) TargetErrorHandler(TargetConfiguration targetConfiguration)