Package org.apache.pekko.http.scaladsl
Class Http
java.lang.Object
org.apache.pekko.http.scaladsl.Http
-
Nested Class Summary
Nested 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 Summary
Constructors -
Method Summary
Modifier 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
-
Http
public Http()
-
-
Method Details
-
apply
-
apply
-
lookup
-
createExtension
-
prepareAttributes
public static org.apache.pekko.stream.Attributes prepareAttributes(ServerSettings settings, org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection incoming) -
cancellationStrategyAttributeForDelay
public static org.apache.pekko.stream.Attributes cancellationStrategyAttributeForDelay(scala.concurrent.duration.FiniteDuration delay) -
get
public static T get(org.apache.pekko.actor.ActorSystem system) -
get
public static T get(org.apache.pekko.actor.ClassicActorSystemProvider system) -
hashCode
public static final int hashCode() -
equals
-