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