Uses of Class
org.apache.synapse.transport.passthru.jmx.PassThroughTransportMetricsCollector
-
Packages that use PassThroughTransportMetricsCollector Package Description org.apache.synapse.transport.passthru.config org.apache.synapse.transport.passthru.jmx org.apache.synapse.transport.passthru.util -
-
Uses of PassThroughTransportMetricsCollector in org.apache.synapse.transport.passthru.config
Methods in org.apache.synapse.transport.passthru.config that return PassThroughTransportMetricsCollector Modifier and Type Method Description PassThroughTransportMetricsCollector
BaseConfiguration. getMetrics()
Constructors in org.apache.synapse.transport.passthru.config with parameters of type PassThroughTransportMetricsCollector Constructor Description BaseConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.ParameterInclude parameters, org.apache.axis2.transport.base.threads.WorkerPool workerPool, PassThroughTransportMetricsCollector metrics)
SourceConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportInDescription description, Scheme scheme, org.apache.axis2.transport.base.threads.WorkerPool pool, PassThroughTransportMetricsCollector metrics)
SourceConfiguration(org.apache.axis2.transport.base.threads.WorkerPool pool, PassThroughTransportMetricsCollector metrics)
TargetConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.ParameterInclude parameters, org.apache.axis2.transport.base.threads.WorkerPool pool, PassThroughTransportMetricsCollector metrics, ProxyAuthenticator proxyAuthenticator)
-
Uses of PassThroughTransportMetricsCollector in org.apache.synapse.transport.passthru.jmx
Constructors in org.apache.synapse.transport.passthru.jmx with parameters of type PassThroughTransportMetricsCollector Constructor Description TransportView(PassThroughHttpListener listener, PassThroughHttpSender sender, PassThroughTransportMetricsCollector metrics, org.apache.axis2.transport.base.threads.WorkerPool threadPool)
-
Uses of PassThroughTransportMetricsCollector in org.apache.synapse.transport.passthru.util
Constructors in org.apache.synapse.transport.passthru.util with parameters of type PassThroughTransportMetricsCollector Constructor Description ActiveConnectionMonitor(PassThroughTransportMetricsCollector metrics, org.apache.http.impl.nio.reactor.DefaultListeningIOReactor ior, int maxActiveConnections)
-