Uses of Interface
org.eclipse.jetty.util.thread.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.client
ModifierConstructorDescriptionTimeoutCompleteListener
(Scheduler scheduler) Deprecated.ValidatingConnectionPool
(HttpDestination destination, int maxConnections, Callback requester, Scheduler scheduler, long timeout) -
Uses of Scheduler in org.eclipse.jetty.http2
ModifierConstructorDescriptionHTTP2Session
(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.client
ModifierConstructorDescriptionHTTP2ClientSession
(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl) -
Uses of Scheduler in org.eclipse.jetty.http2.server
ModifierConstructorDescriptionHTTP2ServerSession
(Scheduler scheduler, EndPoint endPoint, ServerParser parser, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl) -
Uses of Scheduler in org.eclipse.jetty.http3.server
ModifierConstructorDescriptionHTTP3ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) -
Uses of Scheduler in org.eclipse.jetty.io
Modifier and TypeMethodDescriptionClientConnector.getScheduler()
CyclicTimeout.getScheduler()
IdleTimeout.getScheduler()
SelectorManager.getScheduler()
ModifierConstructorDescriptionprotected
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) 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) protected
SelectorManager
(Executor executor, Scheduler scheduler) protected
SelectorManager
(Executor executor, Scheduler scheduler, int selectors) SocketChannelEndPoint
(SocketChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler) -
Uses of Scheduler in org.eclipse.jetty.proxy
ModifierConstructorDescriptionprotected
ConnectManager
(Executor executor, Scheduler scheduler, int selectors) -
Uses of Scheduler in org.eclipse.jetty.quic.client
ModifierConstructorDescriptionprotected
ClientQuicSession
(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.common
ModifierConstructorDescriptionprotected
QuicConnection
(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, EndPoint endPoint) protected
QuicSession
(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.server
ModifierConstructorDescriptionQuicServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) protected
ServerQuicSession
(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.server
Modifier and TypeMethodDescriptionAbstractConnector.getScheduler()
Connector.getScheduler()
HttpChannel.getScheduler()
Modifier and TypeMethodDescriptionprotected SelectorManager
ServerConnector.newSelectorManager
(Executor executor, Scheduler scheduler, int selectors) ModifierConstructorDescriptionAbstractConnector
(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.session
Modifier and TypeFieldDescriptionprotected Scheduler
HouseKeeper._scheduler
protected Scheduler
SessionHandler._scheduler
-
Uses of Scheduler in org.eclipse.jetty.unixsocket.common
ModifierConstructorDescriptionUnixSocketEndPoint
(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.server
Modifier and TypeMethodDescriptionprotected SelectorManager
UnixSocketConnector.newSelectorManager
(Executor executor, Scheduler scheduler, int selectors) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionUnixSocketConnector
(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.util
ModifierConstructorDescriptionCreates 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
Modifier and TypeClassDescriptionclass
Implementation ofScheduler
based on JDK'sScheduledThreadPoolExecutor
.class
A scheduler based on the the JVM Timer class -
Uses of Scheduler in org.eclipse.jetty.websocket.core.internal
ModifierConstructorDescriptionFrameFlusher
(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.internal
Modifier and TypeMethodDescriptionprotected WebSocketConnection
AbstractHandshaker.newWebSocketConnection
(EndPoint endPoint, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession)