Package | Description |
---|---|
org.eclipse.jetty.client |
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.io | |
org.eclipse.jetty.maven.plugin | |
org.eclipse.jetty.proxy | |
org.eclipse.jetty.server | |
org.eclipse.jetty.server.nio | |
org.eclipse.jetty.util | |
org.eclipse.jetty.util.thread | |
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) |
Constructor and Description |
---|
HttpClient.ClientSelectorManager(Executor executor,
Scheduler scheduler) |
HttpClient.ClientSelectorManager(Executor executor,
Scheduler scheduler,
int selectors) |
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) |
Modifier and Type | Method and Description |
---|---|
Scheduler |
AbstractConnector.getScheduler() |
Scheduler |
HttpChannel.getScheduler() |
Scheduler |
Connector.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) |
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) |
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,
WebSocketServerFactory factory) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.