java.lang.Object
org.eclipse.jetty.http2.frames.Frame
org.eclipse.jetty.http2.frames.StreamFrame
org.eclipse.jetty.http2.frames.PushPromiseFrame
-
Field Summary
Fields inherited from class org.eclipse.jetty.http2.frames.Frame
DEFAULT_MAX_LENGTH, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionPushPromiseFrame(int streamId, int promisedStreamId, org.eclipse.jetty.http.MetaData.Request metaData) PushPromiseFrame(int streamId, org.eclipse.jetty.http.MetaData.Request metaData) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.http.MetaData.RequestinttoString()withStreamId(int streamId) Methods inherited from class org.eclipse.jetty.http2.frames.StreamFrame
getStreamId
-
Constructor Details
-
PushPromiseFrame
public PushPromiseFrame(int streamId, org.eclipse.jetty.http.MetaData.Request metaData) -
PushPromiseFrame
public PushPromiseFrame(int streamId, int promisedStreamId, org.eclipse.jetty.http.MetaData.Request metaData)
-
-
Method Details
-
getPromisedStreamId
public int getPromisedStreamId() -
getMetaData
public org.eclipse.jetty.http.MetaData.Request getMetaData() -
withStreamId
- Specified by:
withStreamIdin classStreamFrame
-
toString
-