Class Http2
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2
INTERNAL API
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Http2Extapply(org.apache.pekko.actor.ActorSystem system) static Http2Extapply(org.apache.pekko.actor.ClassicActorSystemProvider system) static Http2ExtcreateExtension(org.apache.pekko.actor.ExtendedActorSystem system) static final booleanstatic Http2Extget(org.apache.pekko.actor.ActorSystem system) static Http2Extget(org.apache.pekko.actor.ClassicActorSystemProvider system) static final inthashCode()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- 
Http2public Http2()
 
- 
- 
Method Details- 
streamId
- 
get
- 
get
- 
apply
- 
apply
- 
lookuppublic static org.apache.pekko.actor.ExtensionId<? extends org.apache.pekko.actor.Extension> lookup()
- 
createExtension
- 
priorKnowledgepublic 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) 
- 
hashCodepublic static final int hashCode()
- 
equals
 
-