Uses of Interface
org.eclipse.jetty.util.thread.Scheduler
-
Packages that use Scheduler Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.nio Jetty Server : Core Server Connectororg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlets Jetty Servlets : Generally Useful Servlets, Handlers and Filtersorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Scheduler in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as Scheduler Modifier and Type Field Description private SchedulerHttpClient. schedulerprivate SchedulerValidatingConnectionPool. schedulerMethods in org.eclipse.jetty.client that return Scheduler Modifier and Type Method Description SchedulerHttpClient. getScheduler()Methods in org.eclipse.jetty.client with parameters of type Scheduler Modifier and Type Method Description voidHttpClient. setScheduler(Scheduler scheduler)Constructors in org.eclipse.jetty.client with parameters of type Scheduler Constructor Description RequestTimeouts(Scheduler scheduler)RequestTimeouts(Scheduler scheduler)TimeoutCompleteListener(Scheduler scheduler)Deprecated.ValidatingConnectionPool(Destination destination, int maxConnections, Callback requester, Scheduler scheduler, long timeout) -
Uses of Scheduler in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as Scheduler Modifier and Type Field Description private SchedulerCyclicTimeout. _schedulerprivate SchedulerIdleTimeout. _schedulerprivate SchedulerSelectorManager. schedulerMethods in org.eclipse.jetty.io that return Scheduler Modifier and Type Method Description SchedulerCyclicTimeout. getScheduler()SchedulerIdleTimeout. getScheduler()SchedulerSelectorManager. getScheduler()Constructors in org.eclipse.jetty.io with parameters of type Scheduler Constructor Description AbstractEndPoint(Scheduler scheduler)ByteArrayEndPoint(Scheduler scheduler, long idleTimeoutMs)ByteArrayEndPoint(Scheduler timer, long idleTimeoutMs, byte[] input, int outputSize)ByteArrayEndPoint(Scheduler timer, long idleTimeoutMs, java.lang.String input, int outputSize)ByteArrayEndPoint(Scheduler timer, long idleTimeoutMs, java.nio.ByteBuffer input, java.nio.ByteBuffer output)ChannelEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)CyclicTimeout(Scheduler scheduler)CyclicTimeouts(Scheduler scheduler)IdleTimeout(Scheduler scheduler)NetworkTrafficSelectChannelEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key, Scheduler scheduler, long idleTimeout, java.util.List<NetworkTrafficListener> listeners)Deprecated.NetworkTrafficSocketChannelEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key, Scheduler scheduler, long idleTimeout, java.util.List<NetworkTrafficListener> listeners)SelectChannelEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler, long idleTimeout)Deprecated.SelectorManager(java.util.concurrent.Executor executor, Scheduler scheduler)SelectorManager(java.util.concurrent.Executor executor, Scheduler scheduler, int selectors)SocketChannelEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)SocketChannelEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)Timeouts(Scheduler scheduler) -
Uses of Scheduler in org.eclipse.jetty.proxy
Fields in org.eclipse.jetty.proxy declared as Scheduler Modifier and Type Field Description private SchedulerConnectHandler. schedulerMethods in org.eclipse.jetty.proxy that return Scheduler Modifier and Type Method Description SchedulerConnectHandler. getScheduler()Methods in org.eclipse.jetty.proxy with parameters of type Scheduler Modifier and Type Method Description voidConnectHandler. setScheduler(Scheduler scheduler)Constructors in org.eclipse.jetty.proxy with parameters of type Scheduler Constructor Description ConnectManager(java.util.concurrent.Executor executor, Scheduler scheduler, int selectors) -
Uses of Scheduler in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Scheduler Modifier and Type Class Description private static classLowResourceMonitor.LRMSchedulerFields in org.eclipse.jetty.server declared as Scheduler Modifier and Type Field Description private SchedulerAbstractConnector. _schedulerprivate SchedulerLowResourceMonitor. _schedulerMethods in org.eclipse.jetty.server that return Scheduler Modifier and Type Method Description SchedulerAbstractConnector. getScheduler()SchedulerConnector. getScheduler()SchedulerHttpChannel. getScheduler()Methods in org.eclipse.jetty.server with parameters of type Scheduler Modifier and Type Method Description protected SelectorManagerServerConnector. newSelectorManager(java.util.concurrent.Executor executor, Scheduler scheduler, int selectors)Constructors in org.eclipse.jetty.server with parameters of type Scheduler Constructor Description AbstractConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories)AbstractNetworkConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories)LocalConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories)NetworkTrafficServerConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories)ServerConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories)ServerConnectorManager(java.util.concurrent.Executor executor, Scheduler scheduler, int selectors) -
Uses of Scheduler in org.eclipse.jetty.server.nio
Constructors in org.eclipse.jetty.server.nio with parameters of type Scheduler Constructor Description NetworkTrafficSelectChannelConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories)Deprecated. -
Uses of Scheduler in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as Scheduler Modifier and Type Field Description protected SchedulerHouseKeeper. _schedulerprotected SchedulerSessionHandler. _schedulerMethods in org.eclipse.jetty.server.session that return Scheduler Modifier and Type Method Description SchedulerSessionHandler. getScheduler() -
Uses of Scheduler in org.eclipse.jetty.servlets
Fields in org.eclipse.jetty.servlets declared as Scheduler Modifier and Type Field Description private SchedulerDoSFilter. _schedulerMethods in org.eclipse.jetty.servlets that return Scheduler Modifier and Type Method Description protected SchedulerDoSFilter. startScheduler() -
Uses of Scheduler in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util declared as Scheduler Modifier and Type Field Description private SchedulerSocketAddressResolver.Async. schedulerMethods in org.eclipse.jetty.util that return Scheduler Modifier and Type Method Description SchedulerSocketAddressResolver.Async. getScheduler()Constructors in org.eclipse.jetty.util with parameters of type Scheduler Constructor Description Async(java.util.concurrent.Executor executor, Scheduler scheduler, long timeout)Creates a new instance with the given executor (to perform DNS resolution in a separate thread), the given scheduler (to cancel the operation if it takes too long) and the given timeout, in milliseconds. -
Uses of Scheduler in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement Scheduler Modifier and Type Class Description classScheduledExecutorSchedulerImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.classTimerSchedulerA scheduler based on the the JVM Timer classFields in org.eclipse.jetty.util.thread declared as Scheduler Modifier and Type Field Description private SchedulerSweeper. schedulerConstructors in org.eclipse.jetty.util.thread with parameters of type Scheduler Constructor Description Sweeper(Scheduler scheduler, long period)
-