Uses of Interface
org.apache.hc.core5.reactor.IOReactorMetricsListener
-
Packages that use IOReactorMetricsListener Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap.org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern. -
-
Uses of IOReactorMetricsListener in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as IOReactorMetricsListener Modifier and Type Field Description private IOReactorMetricsListenerAsyncRequesterBootstrap. threadPoolListenerprivate IOReactorMetricsListenerAsyncServerBootstrap. threadPoolListenerMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type IOReactorMetricsListener Modifier and Type Method Description AsyncRequesterBootstrapAsyncRequesterBootstrap. setIOReactorMetricsListener(IOReactorMetricsListener threadPoolListener)SetsIOReactorMetricsListenerinstance.AsyncServerBootstrapAsyncServerBootstrap. setIOReactorMetricsListener(IOReactorMetricsListener threadPoolListener)SetsIOReactorMetricsListenerinstance.Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type IOReactorMetricsListener Constructor Description AsyncRequester(IOEventHandlerFactory eventHandlerFactory, IOReactorConfig ioReactorConfig, Decorator<IOSession> ioSessionDecorator, Callback<java.lang.Exception> exceptionCallback, IOSessionListener sessionListener, Callback<IOSession> sessionShutdownCallback, Resolver<HttpHost,java.net.InetSocketAddress> addressResolver, IOReactorMetricsListener threadPoolListener, IOWorkerSelector workerSelector)AsyncServer(IOEventHandlerFactory eventHandlerFactory, IOReactorConfig ioReactorConfig, Decorator<IOSession> ioSessionDecorator, Callback<java.lang.Exception> exceptionCallback, IOSessionListener sessionListener, IOReactorMetricsListener threadPoolListener, Callback<IOSession> sessionShutdownCallback, IOWorkerSelector workerSelector)HttpAsyncRequester(IOReactorConfig ioReactorConfig, IOEventHandlerFactory eventHandlerFactory, Decorator<IOSession> ioSessionDecorator, Callback<java.lang.Exception> exceptionCallback, IOSessionListener sessionListener, ManagedConnPool<HttpHost,IOSession> connPool, TlsStrategy tlsStrategy, Timeout handshakeTimeout, IOReactorMetricsListener threadPoolListener, IOWorkerSelector workerSelector)UseAsyncRequesterBootstrapto create instances of this class.HttpAsyncServer(IOEventHandlerFactory eventHandlerFactory, IOReactorConfig ioReactorConfig, Decorator<IOSession> ioSessionDecorator, Callback<java.lang.Exception> exceptionCallback, IOSessionListener sessionListener, IOReactorMetricsListener threadPoolListener, IOWorkerSelector workerSelector, java.lang.String canonicalName)UseAsyncServerBootstrapto create instances of this class. -
Uses of IOReactorMetricsListener in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as IOReactorMetricsListener Modifier and Type Field Description private IOReactorMetricsListenerH2MultiplexingRequesterBootstrap. threadPoolListenerprivate IOReactorMetricsListenerH2RequesterBootstrap. threadPoolListenerprivate IOReactorMetricsListenerH2ServerBootstrap. threadPoolListenerMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type IOReactorMetricsListener Modifier and Type Method Description H2MultiplexingRequesterBootstrapH2MultiplexingRequesterBootstrap. setIOReactorMetricsListener(IOReactorMetricsListener threadPoolListener)SetsIOReactorMetricsListenerinstance.H2RequesterBootstrapH2RequesterBootstrap. setIOReactorMetricsListener(IOReactorMetricsListener threadPoolListener)SetsIOReactorMetricsListenerinstance.H2ServerBootstrapH2ServerBootstrap. setIOReactorMetricsListener(IOReactorMetricsListener threadPoolListener)SetsIOReactorMetricsListenerinstance.Constructors in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type IOReactorMetricsListener Constructor Description H2AsyncRequester(HttpVersionPolicy versionPolicy, IOReactorConfig ioReactorConfig, IOEventHandlerFactory eventHandlerFactory, Decorator<IOSession> ioSessionDecorator, Callback<java.lang.Exception> exceptionCallback, IOSessionListener sessionListener, ManagedConnPool<HttpHost,IOSession> connPool, TlsStrategy tlsStrategy, Timeout handshakeTimeout, IOReactorMetricsListener threadPoolListener, IOWorkerSelector workerSelector)UseH2RequesterBootstrapto create instances of this class.H2MultiplexingRequester(IOReactorConfig ioReactorConfig, IOEventHandlerFactory eventHandlerFactory, Decorator<IOSession> ioSessionDecorator, Callback<java.lang.Exception> exceptionCallback, IOSessionListener sessionListener, Resolver<HttpHost,java.net.InetSocketAddress> addressResolver, TlsStrategy tlsStrategy, IOReactorMetricsListener threadPoolListener, IOWorkerSelector workerSelector)UseH2MultiplexingRequesterBootstrapto create instances of this class. -
Uses of IOReactorMetricsListener in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor declared as IOReactorMetricsListener Modifier and Type Field Description private IOReactorMetricsListenerSingleCoreIOReactor. threadPoolListenerConstructors in org.apache.hc.core5.reactor with parameters of type IOReactorMetricsListener Constructor Description DefaultConnectingIOReactor(IOEventHandlerFactory eventHandlerFactory, IOReactorConfig ioReactorConfig, java.util.concurrent.ThreadFactory threadFactory, Decorator<IOSession> ioSessionDecorator, Callback<java.lang.Exception> exceptionCallback, IOSessionListener sessionListener, IOReactorMetricsListener threadPoolListener, Callback<IOSession> sessionShutdownCallback, IOWorkerSelector workerSelector)DefaultListeningIOReactor(IOEventHandlerFactory eventHandlerFactory, IOReactorConfig ioReactorConfig, java.util.concurrent.ThreadFactory dispatchThreadFactory, java.util.concurrent.ThreadFactory listenerThreadFactory, Decorator<IOSession> ioSessionDecorator, Callback<java.lang.Exception> exceptionCallback, IOSessionListener sessionListener, IOReactorMetricsListener threadPoolListener, Callback<IOSession> sessionShutdownCallback, IOWorkerSelector workerSelector)SingleCoreIOReactor(Callback<java.lang.Exception> exceptionCallback, IOEventHandlerFactory eventHandlerFactory, IOReactorConfig reactorConfig, Decorator<IOSession> ioSessionDecorator, IOSessionListener sessionListener, IOReactorMetricsListener threadPoolListener, Callback<IOSession> sessionShutdownCallback)
-