Uses of Interface
org.eclipse.jetty.util.thread.Scheduler
Packages that use Scheduler
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
Jetty Server : Core Server Connector
Jetty Server : Session Management Implementations
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Scheduler in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as SchedulerModifier and TypeFieldDescriptionprivate Scheduler
HttpClient.scheduler
private final Scheduler
ValidatingConnectionPool.scheduler
Methods in org.eclipse.jetty.client that return SchedulerMethods in org.eclipse.jetty.client with parameters of type SchedulerConstructors in org.eclipse.jetty.client with parameters of type SchedulerModifierConstructorDescriptionTimeoutCompleteListener
(Scheduler scheduler) private
TimeoutTask
(Scheduler scheduler) 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 SchedulerModifier and TypeFieldDescriptionprivate final Scheduler
CyclicTimeout._scheduler
private final Scheduler
IdleTimeout._scheduler
private final Scheduler
SelectorManager.scheduler
Methods in org.eclipse.jetty.io that return SchedulerModifier and TypeMethodDescriptionCyclicTimeout.getScheduler()
IdleTimeout.getScheduler()
SelectorManager.getScheduler()
Constructors in org.eclipse.jetty.io with parameters of type SchedulerModifierConstructorDescriptionprotected
AbstractEndPoint
(Scheduler scheduler) ByteArrayEndPoint
(Scheduler scheduler, long idleTimeoutMs) ByteArrayEndPoint
(Scheduler timer, long idleTimeoutMs, byte[] input, int outputSize) ByteArrayEndPoint
(Scheduler timer, long idleTimeoutMs, String input, int outputSize) ByteArrayEndPoint
(Scheduler timer, long idleTimeoutMs, ByteBuffer input, ByteBuffer output) ChannelEndPoint
(SocketChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) CyclicTimeout
(Scheduler scheduler) IdleTimeout
(Scheduler scheduler) NetworkTrafficSelectChannelEndPoint
(SocketChannel channel, ManagedSelector selectSet, SelectionKey key, Scheduler scheduler, long idleTimeout, List<NetworkTrafficListener> listeners) Deprecated.NetworkTrafficSocketChannelEndPoint
(SelectableChannel channel, ManagedSelector selectSet, SelectionKey key, Scheduler scheduler, long idleTimeout, List<NetworkTrafficListener> listeners) SelectChannelEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler, long idleTimeout) Deprecated.protected
SelectorManager
(Executor executor, Scheduler scheduler) protected
SelectorManager
(Executor executor, Scheduler scheduler, int selectors) SocketChannelEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) SocketChannelEndPoint
(SocketChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) -
Uses of Scheduler in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement SchedulerFields in org.eclipse.jetty.server declared as SchedulerModifier and TypeFieldDescriptionprivate final Scheduler
AbstractConnector._scheduler
private Scheduler
LowResourceMonitor._scheduler
Methods in org.eclipse.jetty.server that return SchedulerModifier and TypeMethodDescriptionAbstractConnector.getScheduler()
Connector.getScheduler()
HttpChannel.getScheduler()
Methods in org.eclipse.jetty.server with parameters of type SchedulerModifier and TypeMethodDescriptionprotected SelectorManager
ServerConnector.newSelectorManager
(Executor executor, Scheduler scheduler, int selectors) Constructors in org.eclipse.jetty.server with parameters of type SchedulerModifierConstructorDescriptionAbstractConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) AbstractNetworkConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) LocalConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) NetworkTrafficServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnectorManager
(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 SchedulerModifierConstructorDescriptionNetworkTrafficSelectChannelConnector
(Server server, 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 SchedulerModifier and TypeFieldDescriptionprotected Scheduler
HouseKeeper._scheduler
protected Scheduler
SessionHandler._scheduler
Methods in org.eclipse.jetty.server.session that return Scheduler -
Uses of Scheduler in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util declared as SchedulerMethods in org.eclipse.jetty.util that return SchedulerConstructors in org.eclipse.jetty.util with parameters of type Scheduler -
Uses of Scheduler in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement SchedulerModifier and TypeClassDescriptionclass
Implementation ofScheduler
based on JDK'sScheduledThreadPoolExecutor
.class
A scheduler based on the the JVM Timer classFields in org.eclipse.jetty.util.thread declared as SchedulerConstructors in org.eclipse.jetty.util.thread with parameters of type Scheduler