Package io.helidon.webclient.websocket
Interface WsClientProtocolConfig
- All Superinterfaces:
NamedService,NamedService,ProtocolConfig,Prototype.Api
- All Known Implementing Classes:
WsClientProtocolConfig.BuilderBase.WsClientProtocolConfigImpl
Configuration of an HTTP/1.1 client.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forWsClientProtocolConfig.static classWsClientProtocolConfig.BuilderBase<BUILDER extends WsClientProtocolConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WsClientProtocolConfig> Fluent API builder base forWsClientProtocolConfig. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new fluent API builder to customize configuration.builder(WsClientProtocolConfig instance) Create a new fluent API builder from an existing instance.static WsClientProtocolConfigcreate()Create a new instance with default values.static WsClientProtocolConfigDeprecated.static WsClientProtocolConfigCreate a new instance from configuration.name()Name option.SubProtocols option.default Stringtype()Type of this implementation, to distinguish instances of same type, with differentNamedService.name().
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance from configuration.- Parameters:
config- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Deprecated.Create a new instance from configuration.- Parameters:
config- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Create a new instance with default values.- Returns:
- a new instance
-
type
Description copied from interface:NamedServiceType of this implementation, to distinguish instances of same type, with differentNamedService.name(). Use for exampleConfiguredProvider.configKey()to define the type.- Specified by:
typein interfaceNamedService- Specified by:
typein interfaceNamedService- Returns:
- type of this service
-
name
String name()Name option.- Specified by:
namein interfaceNamedService- Specified by:
namein interfaceNamedService- Returns:
- the name option
-
subProtocols
SubProtocols option.- Returns:
- the subProtocols option
-
create(io.helidon.config.Config)