Package akka.http.javadsl
-
Interface Summary Interface Description HandlerProvider A HandlerProvider can provide an asynchronous request handler given an ClassicActorSystemProvider.OutgoingConnectionBuilder Builder for setting up a flow that will create one single connection per materialization to the specified host.ServerBuilder Builder API to create server bindings.TimeoutAccess Enables programmatic access to the server-side request timeout logic. -
Class Summary Class Description ClientTransport SPI for implementors of custom client transports.ClientTransport$ Entry point to create or access predefined client transports.ConnectHttp ConnectHttp$ ConnectHttpImpl INTERNAL APIConnectHttpsImpl INTERNAL APIConnectHttpsImpl$ ConnectionContext ConnectionContext$ ConnectWithHttps HostConnectionPool Http Http$ HttpConnectionContext HttpsConnectionContext HttpTerminated Type used to carry meaningful information when server termination has completed successfully.IncomingConnection Represents one accepted incoming HTTP connection.OutgoingConnection ServerBinding Represents a prospective HTTP server binding.ServerBuilder$