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
This module contains the main abstractions for the QUIC protocol.
Jetty Server : Core Server API
Jetty Server : Session Management Implementations
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
- 
Uses of Scheduler in org.eclipse.jetty.clientMethods 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) Deprecated.ValidatingConnectionPool(HttpDestination destination, int maxConnections, Callback requester, Scheduler scheduler, long timeout) 
- 
Uses of Scheduler in org.eclipse.jetty.http2Constructors in org.eclipse.jetty.http2 with parameters of type SchedulerModifierConstructorDescriptionHTTP2Session(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl, int initialStreamId) HTTP2Stream(Scheduler scheduler, ISession session, int streamId, MetaData.Request request, boolean local) Deprecated.
- 
Uses of Scheduler in org.eclipse.jetty.http2.clientMethods in org.eclipse.jetty.http2.client that return SchedulerMethods in org.eclipse.jetty.http2.client with parameters of type SchedulerConstructors in org.eclipse.jetty.http2.client with parameters of type SchedulerModifierConstructorDescriptionHTTP2ClientSession(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl) 
- 
Uses of Scheduler in org.eclipse.jetty.http2.serverConstructors in org.eclipse.jetty.http2.server with parameters of type SchedulerModifierConstructorDescriptionHTTP2ServerSession(Scheduler scheduler, EndPoint endPoint, ServerParser parser, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl) 
- 
Uses of Scheduler in org.eclipse.jetty.http3.serverConstructors in org.eclipse.jetty.http3.server with parameters of type SchedulerModifierConstructorDescriptionHTTP3ServerConnector(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) 
- 
Uses of Scheduler in org.eclipse.jetty.ioMethods in org.eclipse.jetty.io that return SchedulerModifier and TypeMethodDescriptionClientConnector.getScheduler()CyclicTimeout.getScheduler()IdleTimeout.getScheduler()SelectorManager.getScheduler()Methods in org.eclipse.jetty.io with parameters of type SchedulerConstructors 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) ClientSelectorManager(Executor executor, Scheduler scheduler, int selectors) CyclicTimeout(Scheduler scheduler) CyclicTimeouts(Scheduler scheduler) DatagramChannelEndPoint(DatagramChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) IdleTimeout(Scheduler scheduler) NetworkTrafficSocketChannelEndPoint(SocketChannel channel, ManagedSelector selectSet, SelectionKey key, Scheduler scheduler, long idleTimeout, NetworkTrafficListener listener) SelectableChannelEndPoint(Scheduler scheduler, SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) protectedSelectorManager(Executor executor, Scheduler scheduler) protectedSelectorManager(Executor executor, Scheduler scheduler, int selectors) SocketChannelEndPoint(SocketChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) 
- 
Uses of Scheduler in org.eclipse.jetty.proxyMethods 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.quic.clientConstructors in org.eclipse.jetty.quic.client with parameters of type SchedulerModifierConstructorDescriptionprotectedClientQuicSession(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, org.eclipse.jetty.quic.quiche.QuicheConnection quicheConnection, QuicConnection connection, InetSocketAddress remoteAddress, Map<String, Object> context) 
- 
Uses of Scheduler in org.eclipse.jetty.quic.commonMethods in org.eclipse.jetty.quic.common that return SchedulerConstructors in org.eclipse.jetty.quic.common with parameters of type SchedulerModifierConstructorDescriptionprotectedQuicConnection(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, EndPoint endPoint) protectedQuicSession(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, org.eclipse.jetty.quic.quiche.QuicheConnection quicheConnection, QuicConnection connection, SocketAddress remoteAddress) QuicStreamEndPoint(Scheduler scheduler, QuicSession session, long streamId) 
- 
Uses of Scheduler in org.eclipse.jetty.quic.serverConstructors in org.eclipse.jetty.quic.server with parameters of type SchedulerModifierConstructorDescriptionQuicServerConnector(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) protectedServerQuicSession(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, org.eclipse.jetty.quic.quiche.QuicheConnection quicheConnection, QuicConnection connection, SocketAddress remoteAddress, Connector connector) 
- 
Uses of Scheduler in org.eclipse.jetty.serverMethods 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.sessionFields 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.unixsocket.commonConstructors in org.eclipse.jetty.unixsocket.common with parameters of type SchedulerModifierConstructorDescriptionUnixSocketEndPoint(jnr.unixsocket.UnixSocketChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of Scheduler in org.eclipse.jetty.unixsocket.serverMethods in org.eclipse.jetty.unixsocket.server with parameters of type SchedulerModifier and TypeMethodDescriptionprotected SelectorManagerUnixSocketConnector.newSelectorManager(Executor executor, Scheduler scheduler, int selectors) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.jetty.unixsocket.server with parameters of type SchedulerModifierConstructorDescriptionUnixSocketConnector(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given parameters.UnixSocketConnectorManager(Executor executor, Scheduler scheduler, int selectors) 
- 
Uses of Scheduler in org.eclipse.jetty.utilMethods in org.eclipse.jetty.util that return SchedulerConstructors in org.eclipse.jetty.util with parameters of type SchedulerModifierConstructorDescriptionCreates 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.threadClasses in org.eclipse.jetty.util.thread that implement SchedulerModifier and TypeClassDescriptionclassImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.classA scheduler based on the the JVM Timer classConstructors in org.eclipse.jetty.util.thread with parameters of type Scheduler
- 
Uses of Scheduler in org.eclipse.jetty.websocket.core.internalConstructors in org.eclipse.jetty.websocket.core.internal with parameters of type SchedulerModifierConstructorDescriptionFrameFlusher(ByteBufferPool bufferPool, Scheduler scheduler, Generator generator, EndPoint endPoint, int bufferSize, int maxGather) WebSocketConnection(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession) Create a WSConnection.WebSocketConnection(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession, Random randomMask) Create a WSConnection.
- 
Uses of Scheduler in org.eclipse.jetty.websocket.core.server.internalMethods in org.eclipse.jetty.websocket.core.server.internal with parameters of type SchedulerModifier and TypeMethodDescriptionprotected WebSocketConnectionAbstractHandshaker.newWebSocketConnection(EndPoint endPoint, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession)