Akka HTTP 10.7.1 - akka.http.scaladsl.Http (original) (raw)

object Http extends ExtensionId[HttpExt] with ExtensionIdProvider

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Http

  2. ExtensionIdProvider

  3. ExtensionId

  4. AnyRef

  5. Any

  6. Hide All

  7. Show All

Visibility

  1. Public
  2. Protected

Type Members

  1. type ClientLayer = BidiFlow[HttpRequest, SslTlsOutbound, SslTlsInbound, HttpResponse, NotUsed]
  2. sealed abstract class HostConnectionPool extends Product
  3. sealed abstract class HttpConnectionTerminated extends HttpTerminated
  4. sealed abstract class HttpServerTerminated extends HttpTerminated
  5. sealed abstract class HttpTerminated extends javadsl.HttpTerminated
  6. final case class IncomingConnection(localAddress: InetSocketAddress, remoteAddress: InetSocketAddress, _flow: Flow[HttpResponse, HttpRequest, ServerTerminator]) extends Product with Serializable
  7. final case class OutgoingConnection(localAddress: InetSocketAddress, remoteAddress: InetSocketAddress) extends Product with Serializable
  8. final case class ServerBinding(localAddress: InetSocketAddress)(unbindAction: () => Future[Unit], terminateAction: (FiniteDuration) => Future[HttpTerminated]) extends Product with Serializable
  9. type ServerLayer = BidiFlow[HttpResponse, SslTlsOutbound, SslTlsInbound, HttpRequest, NotUsed]
  10. type WebSocketClientLayer = BidiFlow[Message, SslTlsOutbound, SslTlsInbound, Message, Future[WebSocketUpgradeResponse]]

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. final def ==(arg0: Any): Boolean
  4. def apply(system: ActorSystem): HttpExt
  5. def apply()(implicit system: ClassicActorSystemProvider): HttpExt
  6. def apply(system: ClassicActorSystemProvider): HttpExt
  7. final def asInstanceOf[T0]: T0
  8. def clone(): AnyRef
  9. def createExtension(system: ExtendedActorSystem): HttpExt
  10. final def eq(arg0: AnyRef): Boolean
  11. final def equals(other: Any): Boolean
  12. def get(system: ClassicActorSystemProvider): HttpExt
  13. def get(system: ActorSystem): HttpExt
  14. final def getClass(): Class[_ <: AnyRef]
  15. final def hashCode(): Int
  16. final def isInstanceOf[T0]: Boolean
  17. def lookup: Http
  18. final def ne(arg0: AnyRef): Boolean
  19. final def notify(): Unit
  20. final def notifyAll(): Unit
  21. final def synchronized[T0](arg0: => T0): T0
  22. def toString(): String
  23. final def wait(arg0: Long, arg1: Int): Unit
  24. final def wait(arg0: Long): Unit
  25. final def wait(): Unit
  26. object HttpConnectionTerminated extends HttpConnectionTerminated
  27. object HttpServerTerminated extends HttpServerTerminated

Deprecated Value Members

  1. def finalize(): Unit

Ungrouped