-
-
Field Detail
-
buffer
protected Buffer buffer
-
flags
protected int flags
-
length
protected int length
-
version
protected int version
-
streamId
protected int streamId
-
Method Detail
-
getFlags
public int getFlags()
- Returns:
- flags for the frame. Only the first 8 bits are relevant.
-
getLength
public int getLength()
- Returns:
- the length of this frame.
-
getVersion
public int getVersion()
- Returns:
- the SPDY version of this control frame. Not relevant for
data frames.
-
getType
public int getType()
- Returns:
- the type of the control frame. Not relevant for data frames.
-
getStreamId
public int getStreamId()
- Returns:
- the stream ID associated with the data frame. Not relevant for
control frames.
Copyright © 2015 Oracle Corporation. All rights reserved.