Uses of Class
org.eclipse.jetty.http2.frames.PriorityFrame
-
Packages that use PriorityFrame 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 -
-
Uses of PriorityFrame in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with parameters of type PriorityFrame Modifier and Type Method Description void
HTTP2Session. onPriority(PriorityFrame frame)
int
HTTP2Session. priority(PriorityFrame frame, org.eclipse.jetty.util.Callback callback)
private int
HTTP2Session.StreamsState. priority(PriorityFrame frame, org.eclipse.jetty.util.Callback callback)
-
Uses of PriorityFrame in org.eclipse.jetty.http2.api
Methods in org.eclipse.jetty.http2.api with parameters of type PriorityFrame Modifier and Type Method Description int
Session. priority(PriorityFrame frame, org.eclipse.jetty.util.Callback callback)
Sends the given PRIORITYframe
. -
Uses of PriorityFrame in org.eclipse.jetty.http2.frames
Fields in org.eclipse.jetty.http2.frames declared as PriorityFrame Modifier and Type Field Description private PriorityFrame
HeadersFrame. priority
Methods in org.eclipse.jetty.http2.frames that return PriorityFrame Modifier and Type Method Description PriorityFrame
HeadersFrame. getPriority()
PriorityFrame
PriorityFrame. withStreamId(int streamId)
Constructors in org.eclipse.jetty.http2.frames with parameters of type PriorityFrame Constructor Description HeadersFrame(int streamId, org.eclipse.jetty.http.MetaData metaData, PriorityFrame priority, boolean endStream)
Creates a newHEADERS
frame with the specified streamid
.HeadersFrame(org.eclipse.jetty.http.MetaData metaData, PriorityFrame priority, boolean endStream)
Creates a newHEADERS
frame with an unspecified streamid
. -
Uses of PriorityFrame in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator with parameters of type PriorityFrame Modifier and Type Method Description int
HeadersGenerator. generateHeaders(org.eclipse.jetty.io.ByteBufferPool.Lease lease, int streamId, org.eclipse.jetty.http.MetaData metaData, PriorityFrame priority, boolean endStream)
private void
HeadersGenerator. generatePriority(java.nio.ByteBuffer header, PriorityFrame priority)
-
Uses of PriorityFrame in org.eclipse.jetty.http2.parser
Fields in org.eclipse.jetty.http2.parser declared as PriorityFrame Modifier and Type Field Description private PriorityFrame
HeaderBlockFragments. priorityFrame
Methods in org.eclipse.jetty.http2.parser that return PriorityFrame Modifier and Type Method Description PriorityFrame
HeaderBlockFragments. getPriorityFrame()
Methods in org.eclipse.jetty.http2.parser with parameters of type PriorityFrame Modifier and Type Method Description protected 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)
-