| 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 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
|
| Constructor and Description |
|---|
Sweeper(Scheduler scheduler,
long period) |
Copyright © 1995-2015 Webtide. All Rights Reserved.