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 Proxy : Async Proxy Support
Jetty Server : Core Server API
Jetty Server : Core Server Connector
Jetty Server : Session Management Implementations
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
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 SchedulerHttpClient.schedulerprivate final SchedulerValidatingConnectionPool.schedulerMethods 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 SchedulerModifierConstructorDescriptionprivateRequestTimeouts(Scheduler scheduler) privateRequestTimeouts(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 SchedulerModifier and TypeFieldDescriptionprivate final SchedulerCyclicTimeout._schedulerprivate final SchedulerIdleTimeout._schedulerprivate final SchedulerSelectorManager.schedulerMethods 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 SchedulerModifierConstructorDescriptionprotectedAbstractEndPoint(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) CyclicTimeouts(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.protectedSelectorManager(Executor executor, Scheduler scheduler) protectedSelectorManager(Executor executor, Scheduler scheduler, int selectors) SocketChannelEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) SocketChannelEndPoint(SocketChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) private -
Uses of Scheduler in org.eclipse.jetty.proxy
Fields in org.eclipse.jetty.proxy declared as SchedulerMethods in org.eclipse.jetty.proxy that return SchedulerMethods in org.eclipse.jetty.proxy with parameters of type SchedulerConstructors in org.eclipse.jetty.proxy with parameters of type SchedulerModifierConstructorDescriptionprotectedConnectManager(Executor executor, Scheduler scheduler, int selectors) -
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 SchedulerAbstractConnector._schedulerprivate SchedulerLowResourceMonitor._schedulerMethods 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 SelectorManagerServerConnector.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 SchedulerHouseKeeper._schedulerprotected SchedulerSessionHandler._schedulerMethods in org.eclipse.jetty.server.session that return Scheduler -
Uses of Scheduler in org.eclipse.jetty.servlets
Fields in org.eclipse.jetty.servlets declared as SchedulerMethods in org.eclipse.jetty.servlets 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 TypeClassDescriptionclassImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.classA 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