Package akka.http.scaladsl
Class Http
- java.lang.Object
-
- akka.http.scaladsl.Http
-
public class Http extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Http.HostConnectionPool
Represents a connection pool to a specific target host and pool configuration.static class
Http.HostConnectionPool$
Deprecated.Not needed any more.static class
Http.HostConnectionPoolImpl
INTERNAL APIstatic class
Http.HttpConnectionTerminated
static class
Http.HttpConnectionTerminated$
static class
Http.HttpServerTerminated
static class
Http.HttpServerTerminated$
static class
Http.HttpTerminated
Type used to carry meaningful information when server termination has completed successfully.static class
Http.IncomingConnection
Represents one accepted incoming HTTP connection.static class
Http.IncomingConnection$
static class
Http.OutgoingConnection
Represents a prospective outgoing HTTP connection.static class
Http.OutgoingConnection$
static class
Http.ServerBinding
Represents a prospective HTTP server binding.static class
Http.ServerBinding$
-
Constructor Summary
Constructors Constructor Description Http()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpExt
apply(akka.actor.ActorSystem system)
static HttpExt
apply(akka.actor.ClassicActorSystemProvider system)
static akka.stream.Attributes
cancellationStrategyAttributeForDelay(scala.concurrent.duration.FiniteDuration delay)
static HttpExt
createExtension(akka.actor.ExtendedActorSystem system)
static boolean
equals(java.lang.Object other)
static T
get(akka.actor.ActorSystem system)
static T
get(akka.actor.ClassicActorSystemProvider system)
static int
hashCode()
static Http$
lookup()
static akka.stream.Attributes
prepareAttributes(ServerSettings settings, akka.stream.scaladsl.Tcp.IncomingConnection incoming)
-
-
-
Method Detail
-
apply
public static HttpExt apply(akka.actor.ClassicActorSystemProvider system)
-
apply
public static HttpExt apply(akka.actor.ActorSystem system)
-
lookup
public static Http$ lookup()
-
createExtension
public static HttpExt createExtension(akka.actor.ExtendedActorSystem system)
-
prepareAttributes
public static akka.stream.Attributes prepareAttributes(ServerSettings settings, akka.stream.scaladsl.Tcp.IncomingConnection incoming)
-
cancellationStrategyAttributeForDelay
public static akka.stream.Attributes cancellationStrategyAttributeForDelay(scala.concurrent.duration.FiniteDuration delay)
-
get
public static T get(akka.actor.ActorSystem system)
-
get
public static T get(akka.actor.ClassicActorSystemProvider system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
-