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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
FrameType
public FrameType(int id)
-
-
Method Details
-
id
public int id()
-