Package | Description |
---|---|
org.eclipse.jetty.client | |
org.eclipse.jetty.io | |
org.eclipse.jetty.io.nio | |
org.eclipse.jetty.server | |
org.eclipse.jetty.util.thread |
Modifier and Type | Method and Description |
---|---|
void |
HttpClient.cancel(Timeout.Task task) |
void |
HttpClient.schedule(Timeout.Task task) |
void |
HttpClient.schedule(Timeout.Task task,
long timeout) |
void |
HttpClient.scheduleIdle(Timeout.Task task) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncEndPoint.cancelTimeout(Timeout.Task task) |
void |
AsyncEndPoint.scheduleTimeout(Timeout.Task task,
long timeoutMs) |
Modifier and Type | Method and Description |
---|---|
void |
SelectChannelEndPoint.cancelTimeout(Timeout.Task task) |
void |
SslConnection.SslEndPoint.cancelTimeout(Timeout.Task task) |
void |
SelectorManager.SelectSet.cancelTimeout(Timeout.Task task) |
void |
SelectChannelEndPoint.scheduleTimeout(Timeout.Task task,
long timeoutMs) |
void |
SslConnection.SslEndPoint.scheduleTimeout(Timeout.Task task,
long timeoutMs) |
void |
SelectorManager.SelectSet.scheduleTimeout(Timeout.Task task,
long timeoutMs) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncContinuation.AsyncTimeout |
Modifier and Type | Method and Description |
---|---|
Timeout.Task |
Timeout.expired()
Get an expired tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
Timeout.schedule(Timeout.Task task) |
void |
Timeout.schedule(Timeout.Task task,
long delay) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.