java.lang.Object
io.helidon.webserver.http1.Http1ProtocolConfigProvider
- All Implemented Interfaces:
- ConfiguredProvider<Http1Config>,- ProtocolConfigProvider<Http1Config>
public class Http1ProtocolConfigProvider
extends Object
implements ProtocolConfigProvider<Http1Config>
Implementation of a service provider interface to create HTTP/1.1 protocol configuration.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Http1ProtocolConfigProviderpublic Http1ProtocolConfigProvider()Required default constructor forServiceLoader.
 
- 
- 
Method Details- 
configKeyDescription copied from interface:ConfiguredProviderKey this service implementation is stored under. This is also considered the service "type" when used in a list in configuration, to allow the same service defined more than once.- Specified by:
- configKeyin interface- ConfiguredProvider<Http1Config>
- Returns:
- key of this implementation
 
- 
createDescription copied from interface:ConfiguredProviderCreate a new instance from the configuration located on the provided node.- Specified by:
- createin interface- ConfiguredProvider<Http1Config>
- Parameters:
- config- located at- ConfiguredProvider.configKey()node
- name- name of the configured implementation
- Returns:
- a new instance created from this config node
 
 
-