| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBHTTP2ApplicationProfile.Builder |
ALBHTTP2ApplicationProfile.Builder.setHttp2InitialWindowSize(java.lang.Long http2InitialWindowSize)
The initial flow control window size in KB for HTTP/2 streams.
|
ALBHTTP2ApplicationProfile.Builder |
ALBHTTP2ApplicationProfile.Builder.setMaxHttp2ConcurrentStreamsPerConnection(java.lang.Long maxHttp2ConcurrentStreamsPerConnection)
The max number of concurrent streams over a client side HTTP/2 connection.
|
ALBHTTP2ApplicationProfile.Builder |
ALBHTTP2ApplicationProfile.Builder.setMaxHttp2ControlFramesPerConnection(java.lang.Long maxHttp2ControlFramesPerConnection)
The max number of control frames that client can send over an HTTP/2 connection.
|
ALBHTTP2ApplicationProfile.Builder |
ALBHTTP2ApplicationProfile.Builder.setMaxHttp2EmptyDataFramesPerConnection(java.lang.Long maxHttp2EmptyDataFramesPerConnection)
The max number of empty data frames that client can send over an HTTP/2
connection.
|
ALBHTTP2ApplicationProfile.Builder |
ALBHTTP2ApplicationProfile.Builder.setMaxHttp2HeaderFieldSize(java.lang.Long maxHttp2HeaderFieldSize)
The maximum size in bytes of the compressed request header field.
|
ALBHTTP2ApplicationProfile.Builder |
ALBHTTP2ApplicationProfile.Builder.setMaxHttp2QueuedFramesToClientPerConnection(java.lang.Long maxHttp2QueuedFramesToClientPerConnection)
The max number of frames that can be queued waiting to be sent over a client
side HTTP/2 connection at any given time.
|
ALBHTTP2ApplicationProfile.Builder |
ALBHTTP2ApplicationProfile.Builder.setMaxHttp2RequestsPerConnection(java.lang.Long maxHttp2RequestsPerConnection)
The maximum number of requests over a client side HTTP/2 connection.
|