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, closeAsyncGracefullyMethods inherited from interface io.servicetalk.concurrent.api.ListenableAsyncCloseable
onClose, onClosingMethods inherited from interface io.servicetalk.transport.api.ServerContext
awaitShutdown, close, closeGracefully, listenAddressMethods inherited from interface io.servicetalk.transport.api.ServerListenContext
acceptConnections
-
Method Details
-
executionContext
HttpExecutionContext executionContext()Description copied from interface:ServerContextReturnsExecutionContextused by this server.- Specified by:
executionContextin interfaceServerContext- Returns:
ExecutionContextused by this server.
-