public interface HttpServerTransport extends LifecycleComponent
Modifier and Type | Interface and Description |
---|---|
static interface |
HttpServerTransport.Dispatcher
Dispatches HTTP requests.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HTTP_SERVER_BOSS_THREAD_NAME_PREFIX |
static java.lang.String |
HTTP_SERVER_WORKER_THREAD_NAME_PREFIX |
Modifier and Type | Method and Description |
---|---|
BoundTransportAddress |
boundAddress() |
HttpInfo |
info() |
HttpStats |
stats() |
addLifecycleListener, lifecycleState, removeLifecycleListener, start, stop
close
static final java.lang.String HTTP_SERVER_WORKER_THREAD_NAME_PREFIX
static final java.lang.String HTTP_SERVER_BOSS_THREAD_NAME_PREFIX
BoundTransportAddress boundAddress()
HttpInfo info()
HttpStats stats()