Package org.eclipse.jetty.http2.frames
Class PushPromiseFrame
- java.lang.Object
-
- org.eclipse.jetty.http2.frames.Frame
-
- org.eclipse.jetty.http2.frames.PushPromiseFrame
-
public class PushPromiseFrame extends Frame
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.http2.frames.Frame
DEFAULT_MAX_LENGTH, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_LENGTH
-
-
Constructor Summary
Constructors Constructor Description PushPromiseFrame(int streamId, int promisedStreamId, org.eclipse.jetty.http.MetaData metaData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jetty.http.MetaDatagetMetaData()intgetPromisedStreamId()intgetStreamId()java.lang.StringtoString()
-