public class SynStreamFrame extends ControlFrame
HEADER_LENGTH
Constructor and Description |
---|
SynStreamFrame(short version,
byte flags,
int streamId,
int associatedStreamId,
byte priority,
short slot,
Fields headers) |
Modifier and Type | Method and Description |
---|---|
int |
getAssociatedStreamId() |
Fields |
getHeaders() |
byte |
getPriority() |
short |
getSlot() |
int |
getStreamId() |
boolean |
isClose() |
boolean |
isUnidirectional() |
String |
toString() |
getFlags, getType, getVersion
public SynStreamFrame(short version, byte flags, int streamId, int associatedStreamId, byte priority, short slot, Fields headers)
public int getStreamId()
public int getAssociatedStreamId()
public byte getPriority()
public short getSlot()
public Fields getHeaders()
public boolean isClose()
public boolean isUnidirectional()
public String toString()
toString
in class ControlFrame
Copyright © 1995-2015 Webtide. All Rights Reserved.