public class SynStreamFrame extends ControlFrame
HEADER_LENGTH| Constructor and Description |
|---|
SynStreamFrame(short version,
byte flags,
int streamId,
int associatedStreamId,
byte priority,
Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAssociatedStreamId() |
Headers |
getHeaders() |
byte |
getPriority() |
int |
getStreamId() |
boolean |
isClose() |
boolean |
isUnidirectional() |
String |
toString() |
getFlags, getType, getVersionpublic SynStreamFrame(short version,
byte flags,
int streamId,
int associatedStreamId,
byte priority,
Headers headers)
public int getStreamId()
public int getAssociatedStreamId()
public byte getPriority()
public Headers getHeaders()
public boolean isClose()
public boolean isUnidirectional()
public String toString()
toString in class ControlFrameCopyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.