Uses of Class
org.eclipse.jetty.http2.frames.PriorityFrame
Packages that use PriorityFrame
Package
Description
-
Uses of PriorityFrame in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with parameters of type PriorityFrameModifier and TypeMethodDescriptionvoidHTTP2Session.onPriority(PriorityFrame frame) intHTTP2Session.priority(PriorityFrame frame, org.eclipse.jetty.util.Callback callback) private intHTTP2Session.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 PriorityFrameModifier and TypeMethodDescriptionintSession.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 PriorityFrameMethods in org.eclipse.jetty.http2.frames that return PriorityFrameModifier and TypeMethodDescriptionHeadersFrame.getPriority()PriorityFrame.withStreamId(int streamId) Constructors in org.eclipse.jetty.http2.frames with parameters of type PriorityFrameModifierConstructorDescriptionHeadersFrame(int streamId, org.eclipse.jetty.http.MetaData metaData, PriorityFrame priority, boolean endStream) Creates a newHEADERSframe with the specified streamid.HeadersFrame(org.eclipse.jetty.http.MetaData metaData, PriorityFrame priority, boolean endStream) Creates a newHEADERSframe with an unspecified streamid. -
Uses of PriorityFrame in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator with parameters of type PriorityFrameModifier and TypeMethodDescriptionintHeadersGenerator.generateHeaders(org.eclipse.jetty.io.ByteBufferPool.Lease lease, int streamId, org.eclipse.jetty.http.MetaData metaData, PriorityFrame priority, boolean endStream) private voidHeadersGenerator.generatePriority(ByteBuffer header, PriorityFrame priority) -
Uses of PriorityFrame in org.eclipse.jetty.http2.parser
Fields in org.eclipse.jetty.http2.parser declared as PriorityFrameMethods in org.eclipse.jetty.http2.parser that return PriorityFrameMethods in org.eclipse.jetty.http2.parser with parameters of type PriorityFrameModifier and TypeMethodDescriptionprotected voidBodyParser.notifyPriority(PriorityFrame frame) voidParser.Listener.Adapter.onPriority(PriorityFrame frame) voidParser.Listener.onPriority(PriorityFrame frame) voidParser.Listener.Wrapper.onPriority(PriorityFrame frame) voidHeaderBlockFragments.setPriorityFrame(PriorityFrame priorityFrame)