Constant Field Values
Contents
org.eclipse.*
-
org.eclipse.jetty.http2.Flags Modifier and Type Constant Field Value public static final int
ACK
1
public static final int
END_HEADERS
4
public static final int
END_STREAM
1
public static final int
NONE
0
public static final int
PADDING
8
public static final int
PRIORITY
32
-
org.eclipse.jetty.http2.FlowControlStrategy Modifier and Type Constant Field Value public static final int
DEFAULT_WINDOW_SIZE
65535
-
org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory Modifier and Type Constant Field Value public static final java.lang.String
BYTE_BUFFER_POOL_CONTEXT_KEY
"http2.client.byteBufferPool"
public static final java.lang.String
CLIENT_CONTEXT_KEY
"http2.client"
public static final java.lang.String
EXECUTOR_CONTEXT_KEY
"http2.client.executor"
public static final java.lang.String
SCHEDULER_CONTEXT_KEY
"http2.client.scheduler"
public static final java.lang.String
SESSION_LISTENER_CONTEXT_KEY
"http2.client.sessionListener"
public static final java.lang.String
SESSION_PROMISE_CONTEXT_KEY
"http2.client.sessionPromise"
-
org.eclipse.jetty.http2.frames.Frame Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_LENGTH
16384
public static final int
HEADER_LENGTH
9
public static final int
MAX_MAX_LENGTH
16777215
-
org.eclipse.jetty.http2.frames.PingFrame Modifier and Type Constant Field Value public static final int
PING_LENGTH
8
-
org.eclipse.jetty.http2.frames.PriorityFrame Modifier and Type Constant Field Value public static final int
PRIORITY_LENGTH
5
-
org.eclipse.jetty.http2.frames.ResetFrame Modifier and Type Constant Field Value public static final int
RESET_LENGTH
4
-
org.eclipse.jetty.http2.frames.SettingsFrame Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_KEYS
64
public static final int
ENABLE_PUSH
2
public static final int
HEADER_TABLE_SIZE
1
public static final int
INITIAL_WINDOW_SIZE
4
public static final int
MAX_CONCURRENT_STREAMS
3
public static final int
MAX_FRAME_SIZE
5
public static final int
MAX_HEADER_LIST_SIZE
6
-
org.eclipse.jetty.http2.frames.WindowUpdateFrame Modifier and Type Constant Field Value public static final int
WINDOW_UPDATE_LENGTH
4
-
org.eclipse.jetty.http2.hpack.HpackContext Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_TABLE_CAPACITY
4096
private static final java.lang.String
EMPTY
""