Get the charset of the text HTTP body.
Get the HTTP2 flow control strategy. The value is "simple" or "buffer". If you use the "simple" flow control strategy, once the server or client receives the data, it will send the WindowUpdateFrame. If you use the "buffer" flow control strategy, the server or client will send WindowUpdateFrame when the consumed data exceed the threshold.
Get the HTTP2 connection sending ping frame interval. The time unit is millisecond.
Get the HTTP2 initial receiving window size. The unit is byte.
Get the HTTP2 initial sending window size. The unit is byte.
Get the max concurrent stream size in a HTTP2 session.
Get the max dynamic table size of HTTP2 protocol.
Set the max HTTP2 header block size. If the header block size more the this value, the server or client will split the header buffer to many buffers to send.
Get the max HTTP request header size.
Get the max HTTP request trailer size.
Get the max HTTP response header size.
Get the max HTTP response trailer size.
Get the default HTTP protocol version. The value is "HTTP/2.0" or "HTTP/1.1". If the value is null, the server or client will negotiate a HTTP protocol version using ALPN.
Get the SSL/TLS connection factory.
Get the HTTP2 stream idle timeout. The time unit is millisecond.
Get the TCP configuration.
Get the WebSocket connection sending ping frame interval. The time unit is millisecond.
If return true, the server or client enable the SSL/TLS connection.
Set the charset of the text HTTP body.
Set the HTTP2 flow control strategy. The value is "simple" or "buffer". If you use the "simple" flow control strategy, once the server or client receives the data, it will send the WindowUpdateFrame. If you use the "buffer" flow control strategy, the server or client will send WindowUpdateFrame when the consumed data exceed the threshold.
Set the sending ping frame interval. The time unit is millisecond.
Set the HTTP2 initial receiving window size. The unit is byte.
Set the HTTP2 initial sending window size. The unit is byte.
Set the max concurrent stream size in a HTTP2 session.
Set the max dynamic table size of HTTP2 protocol.
Get the max HTTP2 header block size. If the header block size more the this value, the server or client will split the header buffer to many buffers to send.
Set the max HTTP request header size.
Set the max HTTP request trailer size.
Set the max HTTP response header size.
Set the max HTTP response trailer size.
Set the default HTTP protocol version. The value is "HTTP/2.0" or "HTTP/1.1". If the value is null, the server or client will negotiate a HTTP protocol version using ALPN.
If set true, the server or client enable the SSL/TLS connection.
Set the SSL/TLS connection factory.
Set the HTTP2 stream idle timeout. The time unit is millisecond.
Set the TCP configuration.
Set the WebSocket connection sending ping frame interval. The time unit is millisecond.