- getCharacterEncodingstring getCharacterEncoding() 
- Get the charset of the text HTTP body. 
- getFlowControlStrategystring getFlowControlStrategy() 
- 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. 
- getHttp2PingIntervalint getHttp2PingInterval() 
- Get the HTTP2 connection sending ping frame interval. The time unit is millisecond. 
- getInitialSessionRecvWindowint getInitialSessionRecvWindow() 
- Get the HTTP2 initial receiving window size. The unit is byte. 
- getInitialStreamSendWindowint getInitialStreamSendWindow() 
- Get the HTTP2 initial sending window size. The unit is byte. 
- getKeyCertOptionsKeyCertOptions getKeyCertOptions() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getMaxConcurrentStreamsint getMaxConcurrentStreams() 
- Get the max concurrent stream size in a HTTP2 session. 
- getMaxDynamicTableSizeint getMaxDynamicTableSize() 
- Get the max dynamic table size of HTTP2 protocol. 
- getMaxHeaderBlockFragmentint getMaxHeaderBlockFragment() 
- 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. 
- getMaxRequestHeadLengthint getMaxRequestHeadLength() 
- Get the max HTTP request header size. 
- getMaxRequestTrailerLengthint getMaxRequestTrailerLength() 
- Get the max HTTP request trailer size. 
- getMaxResponseHeadLengthint getMaxResponseHeadLength() 
- Get the max HTTP response header size. 
- getMaxResponseTrailerLengthint getMaxResponseTrailerLength() 
- Get the max HTTP response trailer size. 
- getProtocolstring getProtocol() 
- 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. 
- getStreamIdleTimeoutint getStreamIdleTimeout() 
- Get the HTTP2 stream idle timeout. The time unit is millisecond. 
- getTcpConfigurationTcpSslOptions getTcpConfiguration() 
- Get the TCP configuration. 
- getWebsocketPingIntervalint getWebsocketPingInterval() 
- Get the WebSocket connection sending ping frame interval. The time unit is millisecond. 
- isCertificateAuthbool isCertificateAuth() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isCertificateAuthvoid isCertificateAuth(bool flag) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isSecureConnectionEnabledbool isSecureConnectionEnabled() 
- If return true, the server or client enable the SSL/TLS connection. 
- isSecureConnectionEnabledvoid isSecureConnectionEnabled(bool status) 
- If set true, the server or client enable the SSL/TLS connection. 
- setCharacterEncodingvoid setCharacterEncoding(string characterEncoding) 
- Set the charset of the text HTTP body. 
- setFlowControlStrategyvoid setFlowControlStrategy(string flowControlStrategy) 
- 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. 
- setHttp2PingIntervalvoid setHttp2PingInterval(int http2PingInterval) 
- Set the sending ping frame interval. The time unit is millisecond. 
- setInitialSessionRecvWindowvoid setInitialSessionRecvWindow(int initialSessionRecvWindow) 
- Set the HTTP2 initial receiving window size. The unit is byte. 
- setInitialStreamSendWindowvoid setInitialStreamSendWindow(int initialStreamSendWindow) 
- Set the HTTP2 initial sending window size. The unit is byte. 
- setKeyCertOptionsvoid setKeyCertOptions(KeyCertOptions options) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setMaxConcurrentStreamsvoid setMaxConcurrentStreams(int maxConcurrentStreams) 
- Set the max concurrent stream size in a HTTP2 session. 
- setMaxDynamicTableSizevoid setMaxDynamicTableSize(int maxDynamicTableSize) 
- Set the max dynamic table size of HTTP2 protocol. 
- setMaxHeaderBlockFragmentvoid setMaxHeaderBlockFragment(int maxHeaderBlockFragment) 
- 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. 
- setMaxRequestHeadLengthvoid setMaxRequestHeadLength(int maxRequestHeadLength) 
- Set the max HTTP request header size. 
- setMaxRequestTrailerLengthvoid setMaxRequestTrailerLength(int maxRequestTrailerLength) 
- Set the max HTTP request trailer size. 
- setMaxResponseHeadLengthvoid setMaxResponseHeadLength(int maxResponseHeadLength) 
- Set the max HTTP response header size. 
- setMaxResponseTrailerLengthvoid setMaxResponseTrailerLength(int maxResponseTrailerLength) 
- Set the max HTTP response trailer size. 
- setProtocolvoid setProtocol(string protocol) 
- 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. 
- setRetryIntervalvoid setRetryInterval(Duration timeout) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setRetryTimesvoid setRetryTimes(int times) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setSecureConnectionEnabledvoid setSecureConnectionEnabled(bool status) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setStreamIdleTimeoutvoid setStreamIdleTimeout(int streamIdleTimeout) 
- Set the HTTP2 stream idle timeout. The time unit is millisecond. 
- setTcpConfigurationvoid setTcpConfiguration(TcpSslOptions tcpSslOptions) 
- Set the TCP configuration. 
- setWebsocketPingIntervalvoid setWebsocketPingInterval(int websocketPingInterval) 
- Set the WebSocket connection sending ping frame interval. The time unit is millisecond.