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 classPassThroughHttpSSLSender -
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 PassThroughHttpSenderPassThroughOutboundEndpointHandler. 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 PassThroughHttpSenderPassThroughSenderManager. getSharedPassThroughHttpSender()Methods in org.apache.synapse.transport.passthru.core with parameters of type PassThroughHttpSender Modifier and Type Method Description static PassThroughSenderManagerPassThroughSenderManager. 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)
-