Package io.deephaven.client.impl
Interface ClientChannelFactoryDefaulter.Builder
- Enclosing class:
- ClientChannelFactoryDefaulter
public static interface ClientChannelFactoryDefaulter.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a newClientChannelFactoryDefaulter
.delegate
(ClientChannelFactory delegate) Initializes the value for thedelegate
attribute.Initializes the optional valuessl
to ssl.Initializes the optional valueuserAgent
to userAgent.
-
Method Details
-
delegate
Initializes the value for thedelegate
attribute.If not set, this attribute will have a default value as returned by the initializer of
ClientChannelFactoryDefaulter.delegate()
. -
ssl
Initializes the optional valuessl
to ssl. -
userAgent
Initializes the optional valueuserAgent
to userAgent. -
build
ClientChannelFactoryDefaulter build()Builds a newClientChannelFactoryDefaulter
.
-