java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2

public class Http2 extends Object
INTERNAL API
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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 final boolean
    equals(Object other)
     
    static Http2Ext
    get(org.apache.pekko.actor.ActorSystem system)
     
    static Http2Ext
    get(org.apache.pekko.actor.ClassicActorSystemProvider system)
     
    static final int
     
    static org.apache.pekko.actor.ExtensionId<? extends org.apache.pekko.actor.Extension>
     
    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)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Http2

      public Http2()
  • Method Details

    • streamId

      public static AttributeKey<Object> streamId()
    • get

      public static Http2Ext get(org.apache.pekko.actor.ActorSystem system)
    • get

      public static Http2Ext get(org.apache.pekko.actor.ClassicActorSystemProvider system)
    • apply

      public static Http2Ext apply(org.apache.pekko.actor.ClassicActorSystemProvider system)
    • apply

      public static Http2Ext apply(org.apache.pekko.actor.ActorSystem system)
    • lookup

      public static org.apache.pekko.actor.ExtensionId<? extends org.apache.pekko.actor.Extension> lookup()
    • createExtension

      public static Http2Ext createExtension(org.apache.pekko.actor.ExtendedActorSystem system)
    • priorKnowledge

      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)
    • hashCode

      public static final int hashCode()
    • equals

      public static final boolean equals(Object other)