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 subsystem
|
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.nio |
Jetty Server : Core Server Connector
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlets |
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
|
org.eclipse.jetty.spdy | |
org.eclipse.jetty.spdy.client | |
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Method and Description |
---|---|
Scheduler |
HttpClient.getScheduler() |
Modifier and Type | Method and Description |
---|---|
boolean |
TimeoutCompleteListener.schedule(Scheduler scheduler) |
void |
HttpClient.setScheduler(Scheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
Scheduler |
SelectorManager.getScheduler() |
Modifier and Type | Method and Description |
---|---|
Scheduler |
MavenServerConnector.getScheduler() |
Modifier and Type | Method and Description |
---|---|
Scheduler |
ConnectHandler.getScheduler() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectHandler.setScheduler(Scheduler scheduler) |
Constructor and Description |
---|
ConnectHandler.ConnectManager(Executor executor,
Scheduler scheduler,
int selectors) |
Modifier and Type | Method and Description |
---|---|
Scheduler |
HttpChannel.getScheduler() |
Scheduler |
Connector.getScheduler() |
Scheduler |
AbstractConnector.getScheduler() |
Constructor and Description |
---|
AbstractConnector(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)
Generic Server Connection.
|
Constructor and Description |
---|
NetworkTrafficSelectChannelConnector(Server server,
Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
int selectors,
ConnectionFactory... factories)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Scheduler |
JDBCSessionIdManager._scheduler |
Modifier and Type | Method and Description |
---|---|
protected Scheduler |
DoSFilter.startScheduler() |
Constructor and Description |
---|
StandardSession(short version,
ByteBufferPool bufferPool,
Scheduler scheduler,
Controller controller,
EndPoint endPoint,
IdleListener idleListener,
int initialStreamId,
SessionFrameListener listener,
Generator generator,
FlowControlStrategy flowControlStrategy) |
StandardStream(int id,
byte priority,
ISession session,
IStream associatedStream,
Scheduler scheduler,
Promise<Stream> promise) |
Modifier and Type | Method and Description |
---|---|
Scheduler |
SPDYClient.Factory.getScheduler() |
Constructor and Description |
---|
SPDYClient.Factory(Executor executor,
Scheduler scheduler) |
SPDYClient.Factory(Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
SslContextFactory sslContextFactory,
long idleTimeout) |
SPDYClient.Factory(Executor executor,
Scheduler scheduler,
SslContextFactory sslContextFactory) |
SPDYClient.Factory(Executor executor,
Scheduler scheduler,
SslContextFactory sslContextFactory,
long idleTimeout) |
Modifier and Type | Method and Description |
---|---|
Scheduler |
SocketAddressResolver.getScheduler() |
Constructor and Description |
---|
SocketAddressResolver(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.
|
Modifier and Type | Class and Description |
---|---|
class |
ScheduledExecutorScheduler
Implementation of
Scheduler based on JDK's ScheduledThreadPoolExecutor . |
class |
TimerScheduler
A scheduler based on the the JVM Timer class
|
Modifier and Type | Method and Description |
---|---|
Scheduler |
WebSocketClient.getScheduler() |
Modifier and Type | Method and Description |
---|---|
Scheduler |
AbstractWebSocketConnection.getScheduler() |
Constructor and Description |
---|
AbstractWebSocketConnection(EndPoint endp,
Executor executor,
Scheduler scheduler,
WebSocketPolicy policy,
ByteBufferPool bufferPool) |
Constructor and Description |
---|
WebSocketServerConnection(EndPoint endp,
Executor executor,
Scheduler scheduler,
WebSocketPolicy policy,
ByteBufferPool bufferPool) |
Copyright © 1995-2015 Webtide. All Rights Reserved.