Akka HTTP 10.7.1 - akka.http.scaladsl.Http (original) (raw)
object Http extends ExtensionId[HttpExt] with ExtensionIdProvider
Ordering
- Alphabetic
- By Inheritance
Inherited
Http
ExtensionIdProvider
ExtensionId
AnyRef
Any
Hide All
Show All
Visibility
- Public
- Protected
Type Members
- type ClientLayer = BidiFlow[HttpRequest, SslTlsOutbound, SslTlsInbound, HttpResponse, NotUsed]
- sealed abstract class HostConnectionPool extends Product
- sealed abstract class HttpConnectionTerminated extends HttpTerminated
- sealed abstract class HttpServerTerminated extends HttpTerminated
- sealed abstract class HttpTerminated extends javadsl.HttpTerminated
- final case class IncomingConnection(localAddress: InetSocketAddress, remoteAddress: InetSocketAddress, _flow: Flow[HttpResponse, HttpRequest, ServerTerminator]) extends Product with Serializable
- final case class OutgoingConnection(localAddress: InetSocketAddress, remoteAddress: InetSocketAddress) extends Product with Serializable
- final case class ServerBinding(localAddress: InetSocketAddress)(unbindAction: () => Future[Unit], terminateAction: (FiniteDuration) => Future[HttpTerminated]) extends Product with Serializable
- type ServerLayer = BidiFlow[HttpResponse, SslTlsOutbound, SslTlsInbound, HttpRequest, NotUsed]
- type WebSocketClientLayer = BidiFlow[Message, SslTlsOutbound, SslTlsInbound, Message, Future[WebSocketUpgradeResponse]]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply(system: ActorSystem): HttpExt
- def apply()(implicit system: ClassicActorSystemProvider): HttpExt
- def apply(system: ClassicActorSystemProvider): HttpExt
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def createExtension(system: ExtendedActorSystem): HttpExt
- final def eq(arg0: AnyRef): Boolean
- final def equals(other: Any): Boolean
- def get(system: ClassicActorSystemProvider): HttpExt
- def get(system: ActorSystem): HttpExt
- final def getClass(): Class[_ <: AnyRef]
- final def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def lookup: Http
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- object HttpConnectionTerminated extends HttpConnectionTerminated
- object HttpServerTerminated extends HttpServerTerminated