Flags

io.quartz.http2.Constants$.Flags$
object Flags

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Flags.type

Members list

Concise view

Value members

Concrete methods

def ACK(flags: Byte): Boolean
def DepExclusive(id: Int): Boolean
def DepID(id: Int): Int
def END_HEADERS(flags: Byte): Boolean
def END_STREAM(flags: Byte): Boolean
def PADDED(flags: Byte): Boolean
def PRIORITY(flags: Byte): Boolean

Concrete fields

val ACK: Byte
val END_HEADERS: Byte
val END_STREAM: Byte
val PADDED: Byte
val PRIORITY: Byte