Class Http2Protocol.FrameType

java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType
All Implemented Interfaces:
scala.Equals, scala.Product
Direct Known Subclasses:
Http2Protocol.FrameType$.CONTINUATION$, Http2Protocol.FrameType$.DATA$, Http2Protocol.FrameType$.GOAWAY$, Http2Protocol.FrameType$.HEADERS$, Http2Protocol.FrameType$.PING$, Http2Protocol.FrameType$.PRIORITY$, Http2Protocol.FrameType$.PUSH_PROMISE$, Http2Protocol.FrameType$.RST_STREAM$, Http2Protocol.FrameType$.SETTINGS$, Http2Protocol.FrameType$.WINDOW_UPDATE$
Enclosing class:
Http2Protocol

public abstract static class Http2Protocol.FrameType extends Object implements scala.Product
  • Constructor Summary

    Constructors
    Constructor
    Description
    FrameType(int id)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    id()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • FrameType

      public FrameType(int id)
  • Method Details

    • id

      public int id()