Class Http2


  • public class Http2
    extends java.lang.Object
    INTERNAL API
    • Constructor Summary

      Constructors 
      Constructor Description
      Http2()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Http2Ext apply​(akka.actor.ActorSystem system)  
      static Http2Ext apply​(akka.actor.ClassicActorSystemProvider system)  
      static Http2Ext createExtension​(akka.actor.ExtendedActorSystem system)  
      static boolean equals​(java.lang.Object other)  
      static Http2Ext get​(akka.actor.ActorSystem system)  
      static Http2Ext get​(akka.actor.ClassicActorSystemProvider system)  
      static int hashCode()  
      static akka.actor.ExtensionId<? extends akka.actor.Extension> lookup()  
      static akka.stream.scaladsl.Flow<akka.util.ByteString,​akka.util.ByteString,​scala.concurrent.Future<ServerTerminator>> priorKnowledge​(akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,​akka.stream.TLSProtocol.SslTlsOutbound,​ServerTerminator> http1, akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,​akka.stream.TLSProtocol.SslTlsOutbound,​ServerTerminator> http2)  
      static AttributeKey<java.lang.Object> streamId()  
      • Methods inherited from class java.lang.Object

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

      • Http2

        public Http2()
    • Method Detail

      • streamId

        public static AttributeKey<java.lang.Object> streamId()
      • get

        public static Http2Ext get​(akka.actor.ActorSystem system)
      • get

        public static Http2Ext get​(akka.actor.ClassicActorSystemProvider system)
      • apply

        public static Http2Ext apply​(akka.actor.ClassicActorSystemProvider system)
      • apply

        public static Http2Ext apply​(akka.actor.ActorSystem system)
      • lookup

        public static akka.actor.ExtensionId<? extends akka.actor.Extension> lookup()
      • createExtension

        public static Http2Ext createExtension​(akka.actor.ExtendedActorSystem system)
      • priorKnowledge

        public static akka.stream.scaladsl.Flow<akka.util.ByteString,​akka.util.ByteString,​scala.concurrent.Future<ServerTerminator>> priorKnowledge​(akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,​akka.stream.TLSProtocol.SslTlsOutbound,​ServerTerminator> http1,
                                                                                                                                                                akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,​akka.stream.TLSProtocol.SslTlsOutbound,​ServerTerminator> http2)
      • hashCode

        public static final int hashCode()
      • equals

        public static final boolean equals​(java.lang.Object other)