Class Http2$
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2$
- All Implemented Interfaces:
- org.apache.pekko.actor.ExtensionId<Http2Ext>,- org.apache.pekko.actor.ExtensionIdProvider
public class Http2$
extends Object
implements org.apache.pekko.actor.ExtensionId<Http2Ext>, org.apache.pekko.actor.ExtensionIdProvider
INTERNAL API
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(org.apache.pekko.actor.ActorSystem system) apply(org.apache.pekko.actor.ClassicActorSystemProvider system) createExtension(org.apache.pekko.actor.ExtendedActorSystem system) get(org.apache.pekko.actor.ActorSystem system) 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) streamId()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.actor.ExtensionIdequals, hashCode
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Http2$public Http2$()
 
- 
- 
Method Details- 
streamId
- 
get- Specified by:
- getin interface- org.apache.pekko.actor.ExtensionId<Http2Ext>
 
- 
get- Specified by:
- getin interface- org.apache.pekko.actor.ExtensionId<Http2Ext>
 
- 
apply- Specified by:
- applyin interface- org.apache.pekko.actor.ExtensionId<Http2Ext>
 
- 
apply- Specified by:
- applyin interface- org.apache.pekko.actor.ExtensionId<Http2Ext>
 
- 
lookuppublic org.apache.pekko.actor.ExtensionId<? extends org.apache.pekko.actor.Extension> lookup()- Specified by:
- lookupin interface- org.apache.pekko.actor.ExtensionIdProvider
 
- 
createExtension- Specified by:
- createExtensionin interface- org.apache.pekko.actor.ExtensionId<Http2Ext>
 
- 
priorKnowledgepublic 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) 
 
-