Class Http2FrameParsing$


  • public class Http2FrameParsing$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Http2FrameParsing$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FrameEvent parseFrame​(Http2Protocol.FrameType tpe, ByteFlag flags, int streamId, akka.stream.impl.io.ByteStringParser.ByteReader payload, akka.event.LoggingAdapter log)  
      scala.collection.immutable.Seq<FrameEvent.Setting> readSettings​(akka.stream.impl.io.ByteStringParser.ByteReader payload, akka.event.LoggingAdapter log)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final Http2FrameParsing$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Http2FrameParsing$

        public Http2FrameParsing$()
    • Method Detail

      • readSettings

        public scala.collection.immutable.Seq<FrameEvent.Setting> readSettings​(akka.stream.impl.io.ByteStringParser.ByteReader payload,
                                                                               akka.event.LoggingAdapter log)