Frames
io.quartz.http2.Frames
object Frames
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Frames.type
Members list
Value members
Concrete methods
Create a DATA frame
Create a DATA frame
Value parameters
- data
-
data consisting of the payload
- endStream
-
whether to set the END_STREAM flag
- padding
-
number of octets by which to pad the message, with 0 meaning the flag is not set, 1 meaning the flag is set and the pad length field is added, and padding = [2-256] meaning the flag is set, length field is added, and (padding - 1) bytes (0x00) are added to the end of the frame.
- streamId
-
stream id of the associated data frame
Attributes
def mkHeaderFrame(streamId: Int, priority: Priority, endHeaders: Boolean, endStream: Boolean, padding: Int, headerData: ByteBuffer): ByteBuffer
In this article