public class Http2
extends java.lang.Object
Constructor and Description |
---|
Http2() |
Modifier and Type | Method and Description |
---|---|
static Http2Ext |
apply(akka.actor.ActorSystem system) |
static Http2Ext |
apply(akka.actor.ClassicActorSystemProvider system) |
static Http2Ext |
createExtension(akka.actor.ExtendedActorSystem system) |
static boolean |
equals(java.lang.Object other) |
static Http2Ext |
get(akka.actor.ActorSystem system) |
static Http2Ext |
get(akka.actor.ClassicActorSystemProvider system) |
static int |
hashCode() |
static akka.actor.ExtensionId<? extends akka.actor.Extension> |
lookup() |
static akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,scala.concurrent.Future<ServerTerminator>> |
priorKnowledge(akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http1,
akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http2) |
static AttributeKey<java.lang.Object> |
streamId() |
public static AttributeKey<java.lang.Object> streamId()
public static Http2Ext get(akka.actor.ActorSystem system)
public static Http2Ext get(akka.actor.ClassicActorSystemProvider system)
public static Http2Ext apply(akka.actor.ClassicActorSystemProvider system)
public static Http2Ext apply(akka.actor.ActorSystem system)
public static akka.actor.ExtensionId<? extends akka.actor.Extension> lookup()
public static Http2Ext createExtension(akka.actor.ExtendedActorSystem system)
public static akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,scala.concurrent.Future<ServerTerminator>> priorKnowledge(akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http1, akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http2)
public static final int hashCode()
public static final boolean equals(java.lang.Object other)