Package org.apache.pekko.http.scaladsl
Class Http
java.lang.Object
org.apache.pekko.http.scaladsl.Http
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents a connection pool to a specific target host and pool configuration.static final class
INTERNAL APIstatic class
static class
static class
static class
static class
Type used to carry meaningful information when server termination has completed successfully.static final class
Represents one accepted incoming HTTP connection.static class
static final class
Represents a prospective outgoing HTTP connection.static class
static final class
Represents a prospective HTTP server binding.static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpExt
apply
(org.apache.pekko.actor.ActorSystem system) static HttpExt
apply
(org.apache.pekko.actor.ClassicActorSystemProvider system) static org.apache.pekko.stream.Attributes
cancellationStrategyAttributeForDelay
(scala.concurrent.duration.FiniteDuration delay) static HttpExt
createExtension
(org.apache.pekko.actor.ExtendedActorSystem system) static final boolean
static T
get
(org.apache.pekko.actor.ActorSystem system) static T
get
(org.apache.pekko.actor.ClassicActorSystemProvider system) static final int
hashCode()
static Http$
lookup()
static org.apache.pekko.stream.Attributes
prepareAttributes
(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
-