Module io.inverno.mod.http.server
Package io.inverno.mod.http.server
Class HttpServerConfigurationLoader.Configurator
java.lang.Object
io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
- Enclosing class:
- HttpServerConfigurationLoader
-
Method Summary
Modifier and TypeMethodDescriptioncompression_enabled(boolean compression_enabled)compression_level(int compression_level)decompression_enabled(boolean decompression_enabled)h2_enabled(boolean h2_enabled)h2c_enabled(boolean h2c_enabled)http2_header_table_size(Long http2_header_table_size)http2_initial_window_size(Integer http2_initial_window_size)http2_max_concurrent_streams(Integer http2_max_concurrent_streams)http2_max_frame_size(Integer http2_max_frame_size)http2_max_header_list_size(Integer http2_max_header_list_size)key_store_password(String key_store_password)key_store_type(String key_store_type)server_event_loop_group_size(Integer server_event_loop_group_size)server_host(String server_host)server_port(int server_port)tls_ciphers_excludes(String[] tls_ciphers_excludes)tls_ciphers_includes(String[] tls_ciphers_includes)tls_enabled(boolean tls_enabled)
-
Method Details
-
server_host
-
server_port
-
server_event_loop_group_size
public HttpServerConfigurationLoader.Configurator server_event_loop_group_size(Integer server_event_loop_group_size) -
key_store_type
-
compression_enabled
-
decompression_enabled
public HttpServerConfigurationLoader.Configurator decompression_enabled(boolean decompression_enabled) -
compression_level
-
tls_enabled
-
h2c_enabled
-
h2_enabled
-
key_store
-
key_store_password
-
tls_ciphers_includes
public HttpServerConfigurationLoader.Configurator tls_ciphers_includes(String[] tls_ciphers_includes) -
tls_ciphers_excludes
public HttpServerConfigurationLoader.Configurator tls_ciphers_excludes(String[] tls_ciphers_excludes) -
http2_header_table_size
public HttpServerConfigurationLoader.Configurator http2_header_table_size(Long http2_header_table_size) -
http2_max_concurrent_streams
public HttpServerConfigurationLoader.Configurator http2_max_concurrent_streams(Integer http2_max_concurrent_streams) -
http2_initial_window_size
public HttpServerConfigurationLoader.Configurator http2_initial_window_size(Integer http2_initial_window_size) -
http2_max_frame_size
public HttpServerConfigurationLoader.Configurator http2_max_frame_size(Integer http2_max_frame_size) -
http2_max_header_list_size
public HttpServerConfigurationLoader.Configurator http2_max_header_list_size(Integer http2_max_header_list_size)
-