| Package | Description |
|---|---|
| org.eclipse.jetty.http2 | |
| org.eclipse.jetty.http2.frames | |
| org.eclipse.jetty.http2.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTP2Session.onPriority(PriorityFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
PriorityFrame |
HeadersFrame.getPriority() |
| Constructor and Description |
|---|
HeadersFrame(int streamId,
MetaData metaData,
PriorityFrame priority,
boolean endStream) |
| Modifier and Type | Method and Description |
|---|---|
PriorityFrame |
HeaderBlockFragments.getPriorityFrame() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BodyParser.notifyPriority(PriorityFrame frame) |
void |
Parser.Listener.onPriority(PriorityFrame frame) |
void |
Parser.Listener.Adapter.onPriority(PriorityFrame frame) |
void |
HeaderBlockFragments.setPriorityFrame(PriorityFrame priorityFrame) |
Copyright © 1995-2015 Webtide. All Rights Reserved.