Uses of Class
org.apache.synapse.transport.passthru.PassThroughHttpSender
-
-
Uses of PassThroughHttpSender in org.apache.synapse.transport.passthru
Subclasses of PassThroughHttpSender in org.apache.synapse.transport.passthru Modifier and Type Class Description class
PassThroughHttpSSLSender
-
Uses of PassThroughHttpSender in org.apache.synapse.transport.passthru.api
Methods in org.apache.synapse.transport.passthru.api that return PassThroughHttpSender Modifier and Type Method Description static PassThroughHttpSender
PassThroughOutboundEndpointHandler. getPassThroughHttpSender()
-
Uses of PassThroughHttpSender in org.apache.synapse.transport.passthru.core
Methods in org.apache.synapse.transport.passthru.core that return PassThroughHttpSender Modifier and Type Method Description PassThroughHttpSender
PassThroughSenderManager. getSharedPassThroughHttpSender()
Methods in org.apache.synapse.transport.passthru.core with parameters of type PassThroughHttpSender Modifier and Type Method Description static PassThroughSenderManager
PassThroughSenderManager. registerPassThroughHttpSender(PassThroughHttpSender passThroughHttpSender)
-
Uses of PassThroughHttpSender in org.apache.synapse.transport.passthru.jmx
Constructors in org.apache.synapse.transport.passthru.jmx with parameters of type PassThroughHttpSender Constructor Description TransportView(PassThroughHttpListener listener, PassThroughHttpSender sender, PassThroughTransportMetricsCollector metrics, org.apache.axis2.transport.base.threads.WorkerPool threadPool)
-