Module io.helidon.nima.webserver
Package io.helidon.nima.webserver.http1
Class Http1ConnectionProvider
java.lang.Object
io.helidon.nima.webserver.http1.Http1ConnectionProvider
- All Implemented Interfaces:
ServerConnectionProvider
ServerConnectionProvider implementation for HTTP/1.1 server connection provider.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Builder to set up this provider.Provider's specific configuration nodes names.Creates an instance of server connection selector.
-
Constructor Details
-
Http1ConnectionProvider
Deprecated.to be used solely byServiceLoaderCreate a new instance with default configuration. Please usebuilder()to customize this provider.
-
-
Method Details
-
builder
Builder to set up this provider.- Returns:
- a new builder
-
configKeys
Description copied from interface:ServerConnectionProviderProvider's specific configuration nodes names.- Specified by:
configKeysin interfaceServerConnectionProvider- Returns:
- names of the nodes to request
-
create
Description copied from interface:ServerConnectionProviderCreates an instance of server connection selector.- Specified by:
createin interfaceServerConnectionProvider- Parameters:
configs- configuration for eachServerConnectionProvider.configKeys(), the config may be empty, but it will be present for each value- Returns:
- new server connection selector
-
ServiceLoader