| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
| Modifier and Type | Method | Description |
|---|---|---|
Scheduler |
SocketAddressResolver.Async.getScheduler() |
| Constructor | Description |
|---|---|
Async(java.util.concurrent.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 | Description |
|---|---|---|
class |
ScheduledExecutorScheduler |
Implementation of
Scheduler based on JDK's ScheduledThreadPoolExecutor. |
class |
TimerScheduler |
A scheduler based on the the JVM Timer class
|
| Constructor | Description |
|---|---|
Sweeper(Scheduler scheduler,
long period) |
Copyright © 1995–2018 Webtide. All rights reserved.