public interface TimeoutHandler extends Handler<RoutingContext>
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_TIMEOUT
The default timeout, in ms
|
Modifier and Type | Method and Description |
---|---|
static TimeoutHandler |
create()
Create a handler
|
static TimeoutHandler |
create(long timeout)
Create a handler
|
static final long DEFAULT_TIMEOUT
static TimeoutHandler create()
static TimeoutHandler create(long timeout)
timeout
- the timeout, in msCopyright © 2015. All Rights Reserved.