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