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.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Scheduler in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return Scheduler Modifier and Type Method Description Scheduler
HttpClient. getScheduler()
Methods in org.eclipse.jetty.client with parameters of type Scheduler Modifier and Type Method Description void
HttpClient. setScheduler(Scheduler scheduler)
Constructors in org.eclipse.jetty.client with parameters of type Scheduler Constructor Description TimeoutCompleteListener(Scheduler scheduler)
ValidatingConnectionPool(Destination destination, int maxConnections, Callback requester, Scheduler scheduler, long timeout)
-
Uses of Scheduler in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return Scheduler Modifier and Type Method Description Scheduler
CyclicTimeout. getScheduler()
Scheduler
IdleTimeout. getScheduler()
Scheduler
SelectorManager. 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.ByteChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)
CyclicTimeout(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)
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)
-
Uses of Scheduler in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return Scheduler Modifier and Type Method Description Scheduler
ConnectHandler. getScheduler()
Methods in org.eclipse.jetty.proxy with parameters of type Scheduler Modifier and Type Method Description void
ConnectHandler. 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
Methods in org.eclipse.jetty.server that return Scheduler Modifier and Type Method Description Scheduler
AbstractConnector. getScheduler()
Scheduler
Connector. getScheduler()
Scheduler
HttpChannel. getScheduler()
Methods in org.eclipse.jetty.server with parameters of type Scheduler Modifier and Type Method Description protected SelectorManager
ServerConnector. 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 Scheduler
HouseKeeper. _scheduler
protected Scheduler
SessionHandler. _scheduler
Methods in org.eclipse.jetty.server.session that return Scheduler Modifier and Type Method Description Scheduler
SessionHandler. getScheduler()
-
Uses of Scheduler in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Scheduler Modifier and Type Method Description Scheduler
SocketAddressResolver.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 class
ScheduledExecutorScheduler
Implementation ofScheduler
based on JDK'sScheduledThreadPoolExecutor
.class
TimerScheduler
A scheduler based on the the JVM Timer classConstructors in org.eclipse.jetty.util.thread with parameters of type Scheduler Constructor Description Sweeper(Scheduler scheduler, long period)
-