Class Http2
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 final boolean
static Http2Ext
get
(org.apache.pekko.actor.ActorSystem system) static Http2Ext
get
(org.apache.pekko.actor.ClassicActorSystemProvider system) static final 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<Object>
streamId()
-
Constructor Details
-
Http2
public Http2()
-
-
Method Details
-
streamId
-
get
-
get
-
apply
-
apply
-
lookup
public static org.apache.pekko.actor.ExtensionId<? extends org.apache.pekko.actor.Extension> lookup() -
createExtension
-
priorKnowledge
public static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, priorKnowledgescala.concurrent.Future<ServerTerminator>> (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) -
hashCode
public static final int hashCode() -
equals
-