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.client
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) Deprecated.ValidatingConnectionPool
(HttpDestination destination, int maxConnections, Callback requester, Scheduler scheduler, long timeout) -
Uses of Scheduler in org.eclipse.jetty.http2
Constructors 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.client
Methods 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.server
Constructors 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.server
Constructors 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.io
Methods 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 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) 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
Methods 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 SchedulerModifierConstructorDescriptionprotected
ConnectManager
(Executor executor, Scheduler scheduler, int selectors) -
Uses of Scheduler in org.eclipse.jetty.quic.client
Constructors in org.eclipse.jetty.quic.client with parameters of type SchedulerModifierConstructorDescriptionprotected
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
Methods in org.eclipse.jetty.quic.common that return SchedulerConstructors in org.eclipse.jetty.quic.common with parameters of type SchedulerModifierConstructorDescriptionprotected
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
Constructors in org.eclipse.jetty.quic.server with parameters of type SchedulerModifierConstructorDescriptionQuicServerConnector
(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
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.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.unixsocket.common
Constructors 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.server
Methods in org.eclipse.jetty.unixsocket.server with parameters of type SchedulerModifier 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.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.util
Methods 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.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 classConstructors in org.eclipse.jetty.util.thread with parameters of type Scheduler -
Uses of Scheduler in org.eclipse.jetty.websocket.core.internal
Constructors 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.internal
Methods in org.eclipse.jetty.websocket.core.server.internal with parameters of type SchedulerModifier and TypeMethodDescriptionprotected WebSocketConnection
AbstractHandshaker.newWebSocketConnection
(EndPoint endPoint, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession)