Package org.apache.pekko.http.scaladsl
Class Http$
java.lang.Object
org.apache.pekko.http.scaladsl.Http$
- All Implemented Interfaces:
org.apache.pekko.actor.ExtensionId<HttpExt>
,org.apache.pekko.actor.ExtensionIdProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(org.apache.pekko.actor.ActorSystem system) apply
(org.apache.pekko.actor.ClassicActorSystemProvider system) org.apache.pekko.stream.Attributes
cancellationStrategyAttributeForDelay
(scala.concurrent.duration.FiniteDuration delay) createExtension
(org.apache.pekko.actor.ExtendedActorSystem system) lookup()
org.apache.pekko.stream.Attributes
prepareAttributes
(ServerSettings settings, org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection incoming) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.actor.ExtensionId
equals, get, get, hashCode
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Http$
public Http$()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceorg.apache.pekko.actor.ExtensionId<HttpExt>
-
apply
- Specified by:
apply
in interfaceorg.apache.pekko.actor.ExtensionId<HttpExt>
-
lookup
- Specified by:
lookup
in interfaceorg.apache.pekko.actor.ExtensionIdProvider
-
createExtension
- Specified by:
createExtension
in interfaceorg.apache.pekko.actor.ExtensionId<HttpExt>
-
prepareAttributes
public org.apache.pekko.stream.Attributes prepareAttributes(ServerSettings settings, org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection incoming) -
cancellationStrategyAttributeForDelay
public org.apache.pekko.stream.Attributes cancellationStrategyAttributeForDelay(scala.concurrent.duration.FiniteDuration delay)
-