Modifier and Type | Field and Description |
---|---|
static Http2$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Http2$() |
Modifier and Type | Method and Description |
---|---|
Http2Ext |
apply(org.apache.pekko.actor.ActorSystem system) |
Http2Ext |
apply(org.apache.pekko.actor.ClassicActorSystemProvider system) |
Http2Ext |
createExtension(org.apache.pekko.actor.ExtendedActorSystem system) |
Http2Ext |
get(org.apache.pekko.actor.ActorSystem system) |
Http2Ext |
get(org.apache.pekko.actor.ClassicActorSystemProvider system) |
org.apache.pekko.actor.ExtensionId<? extends org.apache.pekko.actor.Extension> |
lookup() |
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) |
AttributeKey<java.lang.Object> |
streamId() |
public static final Http2$ MODULE$
public AttributeKey<java.lang.Object> streamId()
public Http2Ext get(org.apache.pekko.actor.ActorSystem system)
get
in interface org.apache.pekko.actor.ExtensionId<Http2Ext>
public Http2Ext get(org.apache.pekko.actor.ClassicActorSystemProvider system)
get
in interface org.apache.pekko.actor.ExtensionId<Http2Ext>
public Http2Ext apply(org.apache.pekko.actor.ClassicActorSystemProvider system)
apply
in interface org.apache.pekko.actor.ExtensionId<Http2Ext>
public Http2Ext apply(org.apache.pekko.actor.ActorSystem system)
apply
in interface org.apache.pekko.actor.ExtensionId<Http2Ext>
public org.apache.pekko.actor.ExtensionId<? extends org.apache.pekko.actor.Extension> lookup()
lookup
in interface org.apache.pekko.actor.ExtensionIdProvider
public Http2Ext createExtension(org.apache.pekko.actor.ExtendedActorSystem system)
createExtension
in interface org.apache.pekko.actor.ExtensionId<Http2Ext>
public 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)