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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(org.apache.pekko.actor.ActorSystem system) apply(org.apache.pekko.actor.ClassicActorSystemProvider system) org.apache.pekko.stream.AttributescancellationStrategyAttributeForDelay(scala.concurrent.duration.FiniteDuration delay) createExtension(org.apache.pekko.actor.ExtendedActorSystem system) lookup()org.apache.pekko.stream.AttributesprepareAttributes(ServerSettings settings, org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection incoming) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.actor.ExtensionIdequals, 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:
- applyin interface- org.apache.pekko.actor.ExtensionId<HttpExt>
 
- 
apply- Specified by:
- applyin interface- org.apache.pekko.actor.ExtensionId<HttpExt>
 
- 
lookup- Specified by:
- lookupin interface- org.apache.pekko.actor.ExtensionIdProvider
 
- 
createExtension- Specified by:
- createExtensionin interface- org.apache.pekko.actor.ExtensionId<HttpExt>
 
- 
prepareAttributespublic org.apache.pekko.stream.Attributes prepareAttributes(ServerSettings settings, org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection incoming) 
- 
cancellationStrategyAttributeForDelaypublic org.apache.pekko.stream.Attributes cancellationStrategyAttributeForDelay(scala.concurrent.duration.FiniteDuration delay) 
 
-