public interface HttpConnectionContext extends ConnectionContext
ConnectionContext for HTTP.| Modifier and Type | Interface and Description |
|---|---|
static interface |
HttpConnectionContext.HttpProtocol
Provides information about the HTTP protocol.
|
ConnectionContext.Protocol| Modifier and Type | Method and Description |
|---|---|
HttpExecutionContext |
executionContext()
Get the
ExecutionContext for this ConnectionContext. |
HttpConnectionContext.HttpProtocol |
protocol()
Get the
ConnectionContext.Protocol for this ConnectionContext. |
localAddress, remoteAddress, socketOption, sslSessiononClosecloseAsync, closeAsyncGracefullyHttpExecutionContext executionContext()
ConnectionContextExecutionContext for this ConnectionContext.
The ExecutionContext.ioExecutor() will represent the thread responsible for IO for this
ConnectionContext. Note that this maybe different that what was used to create this object because
at this time a specific IoExecutor has been selected.
executionContext in interface ConnectionContextExecutionContext for this ConnectionContext.HttpConnectionContext.HttpProtocol protocol()
ConnectionContextConnectionContext.Protocol for this ConnectionContext.protocol in interface ConnectionContextConnectionContext.Protocol for this ConnectionContext.