Top Fields Constructors Methods
jdk.internal.net.http.frame

public Class WindowUpdateFrame

extends Http2Frame
Class Inheritance

Field Summary

Modifier and TypeField and Description
public static final int
private final int
Inherited from jdk.internal.net.http.frame.Http2Frame:
flagsFRAME_HEADER_SIZEstreamid

Constructor Summary

AccessConstructor and Description
public
WindowUpdateFrame(int streamid, int windowUpdate)

Method Summary

Modifier and TypeMethod and Description
public int
pack-priv int
public String
toString()

Overrides jdk.internal.net.http.frame.Http2Frame.toString.

Returns a string representation of the object.

public int
Inherited from jdk.internal.net.http.frame.Http2Frame:
asStringflagAsStringgetFlaggetFlagssetFlagstreamidstreamid

Field Detail

TYPEback to summary
public static final int TYPE
windowUpdateback to summary
private final int windowUpdate

Constructor Detail

WindowUpdateFrameback to summary
public WindowUpdateFrame(int streamid, int windowUpdate)

Method Detail

getUpdateback to summary
public int getUpdate()
lengthback to summary
pack-priv int length()

Overrides jdk.internal.net.http.frame.Http2Frame.length.

Annotations
@Override
toStringback to summary
public String toString()

Overrides jdk.internal.net.http.frame.Http2Frame.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object. Satisfying this method's contract implies a non-null result must be returned.

Returns:String

a string representation of the object

Annotations
@Override
typeback to summary
public int type()

Overrides jdk.internal.net.http.frame.Http2Frame.type.

Annotations
@Override