Uses of Class
org.eclipse.jetty.http2.frames.PriorityFrame
Package
Description
-
Uses of PriorityFrame in org.eclipse.jetty.http2
Modifier and TypeMethodDescriptionvoid
HTTP2Connection.onPriority
(PriorityFrame frame) void
HTTP2Session.onPriority
(PriorityFrame frame) int
HTTP2Session.priority
(PriorityFrame frame, Callback callback) -
Uses of PriorityFrame in org.eclipse.jetty.http2.api
Modifier and TypeMethodDescriptionint
Session.priority
(PriorityFrame frame, Callback callback) Sends the given PRIORITYframe
. -
Uses of PriorityFrame in org.eclipse.jetty.http2.frames
Modifier and TypeMethodDescriptionHeadersFrame.getPriority()
PriorityFrame.withStreamId
(int streamId) ModifierConstructorDescriptionHeadersFrame
(int streamId, MetaData metaData, PriorityFrame priority, boolean endStream) Creates a newHEADERS
frame with the specified streamid
.HeadersFrame
(MetaData metaData, PriorityFrame priority, boolean endStream) Creates a newHEADERS
frame with an unspecified streamid
. -
Uses of PriorityFrame in org.eclipse.jetty.http2.generator
Modifier and TypeMethodDescriptionint
HeadersGenerator.generateHeaders
(ByteBufferPool.Lease lease, int streamId, MetaData metaData, PriorityFrame priority, boolean endStream) -
Uses of PriorityFrame in org.eclipse.jetty.http2.parser
Modifier and TypeMethodDescriptionprotected void
BodyParser.notifyPriority
(PriorityFrame frame) void
Parser.Listener.Adapter.onPriority
(PriorityFrame frame) void
Parser.Listener.onPriority
(PriorityFrame frame) void
Parser.Listener.Wrapper.onPriority
(PriorityFrame frame) void
HeaderBlockFragments.setPriorityFrame
(PriorityFrame priorityFrame)