Interface ProtocolConfigProvider<T extends ProtocolConfig>
- Type Parameters:
T- type of configuration supported by this provider
- All Superinterfaces:
ConfiguredProvider<T>
- All Known Implementing Classes:
Http1ProtocolConfigProvider, Http2ProtocolConfigProvider, WsProtocolConfigProvider
Client protocol configuration.
-
Method Summary
Methods inherited from interface ConfiguredProvider
configKey, create, createModifier and TypeMethodDescriptionKey this service implementation is stored under.Create a new instance from the configuration located on the provided node.default Tcreate(Config config, String name, ServiceRegistry serviceRegistry) Create a new instance from configuration using services from the registry which owns the configured instance.