public class Http
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Http.HostConnectionPoolRepresents a connection pool to a specific target host and pool configuration. | 
| static class  | Http.HostConnectionPool$Deprecated. 
 Not needed any more. Kept for binary compatibility. Since Akka HTTP 10.2.0. | 
| static class  | Http.HostConnectionPoolImplINTERNAL API | 
| static class  | Http.HttpConnectionTerminated | 
| static class  | Http.HttpConnectionTerminated$ | 
| static class  | Http.HttpServerTerminated | 
| static class  | Http.HttpServerTerminated$ | 
| static class  | Http.HttpTerminatedType used to carry meaningful information when server termination has completed successfully. | 
| static class  | Http.IncomingConnectionRepresents one accepted incoming HTTP connection. | 
| static class  | Http.IncomingConnection$ | 
| static class  | Http.OutgoingConnectionRepresents a prospective outgoing HTTP connection. | 
| static class  | Http.OutgoingConnection$ | 
| static class  | Http.ServerBindingRepresents a prospective HTTP server binding. | 
| static class  | Http.ServerBinding$ | 
| Constructor and Description | 
|---|
| Http() | 
| Modifier and Type | Method and Description | 
|---|---|
| static 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 boolean | equals(java.lang.Object other) | 
| static T | get(org.apache.pekko.actor.ActorSystem system) | 
| static T | get(org.apache.pekko.actor.ClassicActorSystemProvider system) | 
| static int | hashCode() | 
| static Http$ | lookup() | 
| static org.apache.pekko.stream.Attributes | prepareAttributes(ServerSettings settings,
                 org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection incoming) | 
public static HttpExt apply(org.apache.pekko.actor.ClassicActorSystemProvider system)
public static HttpExt apply(org.apache.pekko.actor.ActorSystem system)
public static Http$ lookup()
public static HttpExt createExtension(org.apache.pekko.actor.ExtendedActorSystem system)
public static org.apache.pekko.stream.Attributes prepareAttributes(ServerSettings settings, org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection incoming)
public static org.apache.pekko.stream.Attributes cancellationStrategyAttributeForDelay(scala.concurrent.duration.FiniteDuration delay)
public static T get(org.apache.pekko.actor.ActorSystem system)
public static T get(org.apache.pekko.actor.ClassicActorSystemProvider system)
public static final int hashCode()
public static final boolean equals(java.lang.Object other)