| Package | Description |
|---|---|
| org.eclipse.jetty.http2 | |
| org.eclipse.jetty.http2.api | |
| org.eclipse.jetty.http2.frames | |
| org.eclipse.jetty.http2.generator | |
| org.eclipse.jetty.http2.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTP2Session.onPriority(PriorityFrame frame) |
int |
HTTP2Session.priority(PriorityFrame frame,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
int |
Session.priority(PriorityFrame frame,
Callback callback)
Sends the given PRIORITY
frame. |
| Modifier and Type | Method and Description |
|---|---|
PriorityFrame |
HeadersFrame.getPriority() |
| Constructor and Description |
|---|
HeadersFrame(int streamId,
MetaData metaData,
PriorityFrame priority,
boolean endStream)
Creates a new
HEADERS frame with the specified stream id. |
HeadersFrame(MetaData metaData,
PriorityFrame priority,
boolean endStream)
Creates a new
HEADERS frame with an unspecified stream id. |
| Modifier and Type | Method and Description |
|---|---|
int |
HeadersGenerator.generateHeaders(ByteBufferPool.Lease lease,
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–2017 Webtide. All rights reserved.