Package

akka.http

javadsl

Permalink

package javadsl

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ClientTransport extends AnyRef

    Permalink

    (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

    Permalink
    Annotations
    @DoNotInherit()
  3. final class ConnectHttpImpl extends ConnectHttp

    Permalink

    INTERNAL API

    INTERNAL API

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

    Permalink

    INTERNAL API

    INTERNAL API

    Annotations
    @InternalApi()
  5. abstract class ConnectWithHttps extends ConnectHttp

    Permalink
    Annotations
    @DoNotInherit()
  6. abstract class ConnectionContext extends AnyRef

    Permalink
    Annotations
    @DoNotInherit()
  7. abstract class HostConnectionPool extends AnyRef

    Permalink
    Annotations
    @DoNotInherit()
  8. class Http extends Extension

    Permalink
  9. abstract class HttpConnectionContext extends ConnectionContext

    Permalink
    Annotations
    @DoNotInherit()
  10. abstract class HttpTerminated extends AnyRef

    Permalink

    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

    Permalink
    Annotations
    @DoNotInherit()
  12. class IncomingConnection extends AnyRef

    Permalink

    Represents one accepted incoming HTTP connection.

  13. class OutgoingConnection extends AnyRef

    Permalink
  14. class ServerBinding extends AnyRef

    Permalink

    Represents a prospective HTTP server binding.

  15. trait TimeoutAccess extends AnyRef

    Permalink
  16. abstract class UseHttp2 extends AnyRef

    Permalink

    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

    Permalink

    (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

    Permalink
  3. object ConnectionContext

    Permalink
  4. object Http extends ExtensionId[Http] with ExtensionIdProvider

    Permalink
  5. object UseHttp2

    Permalink

    This class is planned to disappear in 10.2.0

    This class is planned to disappear in 10.2.0

    Annotations
    @Deprecated
  6. package model

    Permalink
  7. package settings

    Permalink

Ungrouped