Uses of Class
io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
Packages that use HttpServerConfigurationLoader.Configurator
-
Uses of HttpServerConfigurationLoader.Configurator in io.inverno.mod.http.server
Methods in io.inverno.mod.http.server that return HttpServerConfigurationLoader.ConfiguratorModifier and TypeMethodDescriptionHttpServerConfigurationLoader.Configurator.compression_contentSizeThreshold(int compression_contentSizeThreshold) HttpServerConfigurationLoader.Configurator.compression_deflate_compressionLevel(int compression_deflate_compressionLevel) HttpServerConfigurationLoader.Configurator.compression_deflate_memLevel(int compression_deflate_memLevel) HttpServerConfigurationLoader.Configurator.compression_deflate_windowBits(int compression_deflate_windowBits) HttpServerConfigurationLoader.Configurator.compression_enabled(boolean compression_enabled) HttpServerConfigurationLoader.Configurator.compression_gzip_compressionLevel(int compression_gzip_compressionLevel) HttpServerConfigurationLoader.Configurator.compression_gzip_memLevel(int compression_gzip_memLevel) HttpServerConfigurationLoader.Configurator.compression_gzip_windowBits(int compression_gzip_windowBits) HttpServerConfigurationLoader.Configurator.compression_zstd_blockSize(int compression_zstd_blockSize) HttpServerConfigurationLoader.Configurator.compression_zstd_compressionLevel(int compression_zstd_compressionLevel) HttpServerConfigurationLoader.Configurator.compression_zstd_maxEncodeSize(int compression_zstd_maxEncodeSize) HttpServerConfigurationLoader.Configurator.decompression_enabled(boolean decompression_enabled) HttpServerConfigurationLoader.Configurator.h2_enabled(boolean h2_enabled) HttpServerConfigurationLoader.Configurator.h2c_enabled(boolean h2c_enabled) HttpServerConfigurationLoader.Configurator.http2_header_table_size(Long http2_header_table_size) HttpServerConfigurationLoader.Configurator.http2_initial_window_size(Integer http2_initial_window_size) HttpServerConfigurationLoader.Configurator.http2_max_concurrent_streams(Integer http2_max_concurrent_streams) HttpServerConfigurationLoader.Configurator.http2_max_frame_size(Integer http2_max_frame_size) HttpServerConfigurationLoader.Configurator.http2_max_header_list_size(Integer http2_max_header_list_size) HttpServerConfigurationLoader.Configurator.key_store_password(String key_store_password) HttpServerConfigurationLoader.Configurator.key_store_type(String key_store_type) HttpServerConfigurationLoader.Configurator.server_event_loop_group_size(Integer server_event_loop_group_size) HttpServerConfigurationLoader.Configurator.server_host(String server_host) HttpServerConfigurationLoader.Configurator.server_port(int server_port) HttpServerConfigurationLoader.Configurator.tls_ciphers_excludes(String[] tls_ciphers_excludes) HttpServerConfigurationLoader.Configurator.tls_ciphers_includes(String[] tls_ciphers_includes) HttpServerConfigurationLoader.Configurator.tls_enabled(boolean tls_enabled) HttpServerConfigurationLoader.Configurator.tls_handshake_timeout(long tls_handshake_timeout) HttpServerConfigurationLoader.Configurator.ws_allow_mask_mismatch(boolean ws_allow_mask_mismatch) HttpServerConfigurationLoader.Configurator.ws_close_timeout(long ws_close_timeout) HttpServerConfigurationLoader.Configurator.ws_frame_compression_enabled(boolean ws_frame_compression_enabled) HttpServerConfigurationLoader.Configurator.ws_frame_compression_level(int ws_frame_compression_level) HttpServerConfigurationLoader.Configurator.ws_handshake_timeout(long ws_handshake_timeout) HttpServerConfigurationLoader.Configurator.ws_max_frame_size(Integer ws_max_frame_size) HttpServerConfigurationLoader.Configurator.ws_message_allow_server_no_context(boolean ws_message_allow_server_no_context) HttpServerConfigurationLoader.Configurator.ws_message_allow_server_window_size(boolean ws_message_allow_server_window_size) HttpServerConfigurationLoader.Configurator.ws_message_compression_enabled(boolean ws_message_compression_enabled) HttpServerConfigurationLoader.Configurator.ws_message_compression_level(int ws_message_compression_level) HttpServerConfigurationLoader.Configurator.ws_message_prefered_client_window_size(int ws_message_prefered_client_window_size) HttpServerConfigurationLoader.Configurator.ws_message_preferred_client_no_context(boolean ws_message_preferred_client_no_context) Method parameters in io.inverno.mod.http.server with type arguments of type HttpServerConfigurationLoader.ConfiguratorModifier and TypeMethodDescriptionstatic HttpServerConfigurationHttpServerConfigurationLoader.load(Consumer<HttpServerConfigurationLoader.Configurator> configurer) voidHttpServerConfigurationLoader.Bean.setConfigurer(Consumer<HttpServerConfigurationLoader.Configurator> configurer)