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 | Description |
---|---|
ClientTransport |
(Still unstable) SPI for implementors of custom client transports.
|
ClientTransport$ |
(Still unstable) entry point to create or access predefined client transports.
|
ConnectHttp | |
ConnectHttp$ | |
ConnectHttpImpl |
INTERNAL API
|
ConnectHttpsImpl |
INTERNAL API
|
ConnectHttpsImpl$ | |
ConnectHttpSpec | |
ConnectionContext | |
ConnectionContext$ | |
ConnectionContextSpec | |
ConnectWithHttps | |
HostConnectionPool | |
Http | |
Http$ | |
HttpConnectionContext | |
HttpExtensionApiSpec | |
HttpsConnectionContext | |
HttpTerminated |
Type used to carry meaningful information when server termination has completed successfully.
|
IncomingConnection |
Represents one accepted incoming HTTP connection.
|
JavaInitializationSpec | |
OutgoingConnection | |
ServerBinding |
Represents a prospective HTTP server binding.
|
ServerBuilder$ |