Package io.undertow.protocols.http2
Class Http2Setting
- java.lang.Object
-
- io.undertow.protocols.http2.Http2Setting
-
public class Http2Setting extends java.lang.ObjectA Http2 Setting- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static intSETTINGS_ENABLE_PUSHstatic intSETTINGS_HEADER_TABLE_SIZEstatic intSETTINGS_INITIAL_WINDOW_SIZEstatic intSETTINGS_MAX_CONCURRENT_STREAMSstatic intSETTINGS_MAX_FRAME_SIZEstatic intSETTINGS_MAX_HEADER_LIST_SIZE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()longgetValue()
-
-
-
Field Detail
-
SETTINGS_HEADER_TABLE_SIZE
public static final int SETTINGS_HEADER_TABLE_SIZE
- See Also:
- Constant Field Values
-
SETTINGS_ENABLE_PUSH
public static final int SETTINGS_ENABLE_PUSH
- See Also:
- Constant Field Values
-
SETTINGS_MAX_CONCURRENT_STREAMS
public static final int SETTINGS_MAX_CONCURRENT_STREAMS
- See Also:
- Constant Field Values
-
SETTINGS_INITIAL_WINDOW_SIZE
public static final int SETTINGS_INITIAL_WINDOW_SIZE
- See Also:
- Constant Field Values
-
SETTINGS_MAX_FRAME_SIZE
public static final int SETTINGS_MAX_FRAME_SIZE
- See Also:
- Constant Field Values
-
SETTINGS_MAX_HEADER_LIST_SIZE
public static final int SETTINGS_MAX_HEADER_LIST_SIZE
- See Also:
- Constant Field Values
-
-