public class PriorityFrame extends Frame
| Modifier and Type | Field | Description |
|---|---|---|
static int |
PRIORITY_LENGTH |
DEFAULT_MAX_LENGTH, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_LENGTH| Constructor | Description |
|---|---|
PriorityFrame(int parentStreamId,
int weight,
boolean exclusive) |
|
PriorityFrame(int streamId,
int parentStreamId,
int weight,
boolean exclusive) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getDependentStreamId() |
Deprecated.
use
getParentStreamId() instead. |
int |
getParentStreamId() |
|
int |
getStreamId() |
|
int |
getWeight() |
|
boolean |
isExclusive() |
|
java.lang.String |
toString() |
public static final int PRIORITY_LENGTH
public PriorityFrame(int parentStreamId,
int weight,
boolean exclusive)
public PriorityFrame(int streamId,
int parentStreamId,
int weight,
boolean exclusive)
public int getStreamId()
@Deprecated public int getDependentStreamId()
getParentStreamId() instead.int of the Parent Streampublic int getParentStreamId()
public int getWeight()
public boolean isExclusive()
Copyright © 1995–2018 Webtide. All rights reserved.