Package org.apache.pekko.http.scaladsl
Class Http
java.lang.Object
org.apache.pekko.http.scaladsl.Http
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classRepresents a connection pool to a specific target host and pool configuration.static final classINTERNAL APIstatic classstatic classstatic classstatic classstatic classType used to carry meaningful information when server termination has completed successfully.static final classRepresents one accepted incoming HTTP connection.static classstatic final classRepresents a prospective outgoing HTTP connection.static classstatic final classRepresents a prospective HTTP server binding.static class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HttpExtapply(org.apache.pekko.actor.ActorSystem system) static HttpExtapply(org.apache.pekko.actor.ClassicActorSystemProvider system) static org.apache.pekko.stream.AttributescancellationStrategyAttributeForDelay(scala.concurrent.duration.FiniteDuration delay) static HttpExtcreateExtension(org.apache.pekko.actor.ExtendedActorSystem system) static final booleanstatic Tget(org.apache.pekko.actor.ActorSystem system) static Tget(org.apache.pekko.actor.ClassicActorSystemProvider system) static final inthashCode()static Http$lookup()static org.apache.pekko.stream.AttributesprepareAttributes(ServerSettings settings, org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection incoming) 
- 
Constructor Details- 
Httppublic Http()
 
- 
- 
Method Details- 
apply
- 
apply
- 
lookup
- 
createExtension
- 
prepareAttributespublic static org.apache.pekko.stream.Attributes prepareAttributes(ServerSettings settings, org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection incoming) 
- 
cancellationStrategyAttributeForDelaypublic static org.apache.pekko.stream.Attributes cancellationStrategyAttributeForDelay(scala.concurrent.duration.FiniteDuration delay) 
- 
getpublic static T get(org.apache.pekko.actor.ActorSystem system) 
- 
getpublic static T get(org.apache.pekko.actor.ClassicActorSystemProvider system) 
- 
hashCodepublic static final int hashCode()
- 
equals
 
-