Package io.servicetalk.http.api
Interface HttpServerContext
- All Superinterfaces:
AsyncCloseable
,AutoCloseable
,GracefulAutoCloseable
,ListenableAsyncCloseable
,ServerContext
,ServerListenContext
Context of an HTTP server.
-
Method Summary
Methods inherited from interface io.servicetalk.concurrent.api.AsyncCloseable
closeAsync, closeAsyncGracefully
Methods inherited from interface io.servicetalk.concurrent.api.ListenableAsyncCloseable
onClose, onClosing
Methods inherited from interface io.servicetalk.transport.api.ServerContext
awaitShutdown, close, closeGracefully, listenAddress
Methods inherited from interface io.servicetalk.transport.api.ServerListenContext
acceptConnections
-
Method Details
-
executionContext
HttpExecutionContext executionContext()Description copied from interface:ServerContext
ReturnsExecutionContext
used by this server.- Specified by:
executionContext
in interfaceServerContext
- Returns:
ExecutionContext
used by this server.
-