Packages

p

akka.http

javadsl

package javadsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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()
  2. abstract class ConnectHttp extends AnyRef
    Annotations
    @DoNotInherit()
  3. final class ConnectHttpImpl extends ConnectHttp

    INTERNAL API

    INTERNAL API

    Annotations
    @InternalApi()
  4. final class ConnectHttpsImpl extends ConnectWithHttps

    INTERNAL API

    INTERNAL API

    Annotations
    @InternalApi()
  5. abstract class ConnectWithHttps extends ConnectHttp
    Annotations
    @DoNotInherit()
  6. abstract class ConnectionContext extends AnyRef
    Annotations
    @DoNotInherit()
  7. abstract class HostConnectionPool extends AnyRef
    Annotations
    @DoNotInherit()
  8. class Http extends Extension
  9. abstract class HttpConnectionContext extends ConnectionContext
    Annotations
    @DoNotInherit()
  10. 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()
  11. abstract class HttpsConnectionContext extends ConnectionContext
    Annotations
    @DoNotInherit()
  12. class IncomingConnection extends AnyRef

    Represents one accepted incoming HTTP connection.

  13. class OutgoingConnection extends AnyRef
  14. class ServerBinding extends AnyRef

    Represents a prospective HTTP server binding.

  15. 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()
  16. 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

  1. 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()
  2. object ConnectHttp
  3. object ConnectionContext
  4. object Http extends ExtensionId[Http] with ExtensionIdProvider
  5. object UseHttp2

    This class is planned to disappear in 10.2.0

    This class is planned to disappear in 10.2.0

    Annotations
    @Deprecated

Ungrouped