package javadsl
- Alphabetic
- Public
- All
Type Members
-
abstract
class
ClientTransport extends AnyRef
(Still unstable) SPI for implementors of custom client transports.
(Still unstable) SPI for implementors of custom client transports.
- Annotations
- @ApiMayChange()
-
abstract
class
ConnectHttp extends AnyRef
- Annotations
- @DoNotInherit()
-
final
class
ConnectHttpImpl extends ConnectHttp
INTERNAL API
INTERNAL API
- Annotations
- @InternalApi()
-
final
class
ConnectHttpsImpl extends ConnectWithHttps
INTERNAL API
INTERNAL API
- Annotations
- @InternalApi()
-
abstract
class
ConnectWithHttps extends ConnectHttp
- Annotations
- @DoNotInherit()
-
abstract
class
ConnectionContext extends AnyRef
- Annotations
- @DoNotInherit()
-
abstract
class
HostConnectionPool extends AnyRef
- Annotations
- @DoNotInherit()
- class Http extends Extension
-
abstract
class
HttpConnectionContext extends ConnectionContext
- Annotations
- @DoNotInherit()
-
abstract
class
HttpTerminated extends AnyRef
Type used to carry meaningful information when server termination has completed successfully.
Type used to carry meaningful information when server termination has completed successfully.
- Annotations
- @DoNotInherit()
-
abstract
class
HttpsConnectionContext extends ConnectionContext
- Annotations
- @DoNotInherit()
-
class
IncomingConnection extends AnyRef
Represents one accepted incoming HTTP connection.
- class OutgoingConnection extends AnyRef
-
class
ServerBinding extends AnyRef
Represents a prospective HTTP server binding.
-
trait
TimeoutAccess extends AnyRef
Enables programmatic access to the server-side request timeout logic.
Enables programmatic access to the server-side request timeout logic.
Not for user extension.
- Annotations
- @DoNotInherit()
-
abstract
class
UseHttp2 extends AnyRef
This class is planned to disappear in 10.2.0
This class is planned to disappear in 10.2.0
- Annotations
- @Deprecated @DoNotInherit()
Value Members
-
object
ClientTransport
(Still unstable) entry point to create or access predefined client transports.
(Still unstable) entry point to create or access predefined client transports.
- Annotations
- @ApiMayChange()
- object ConnectHttp
- object ConnectionContext
- object Http extends ExtensionId[Http] with ExtensionIdProvider
-
object
UseHttp2
This class is planned to disappear in 10.2.0
This class is planned to disappear in 10.2.0
- Annotations
- @Deprecated