Package io.deephaven.server.session
Interface ClientChannelFactoryModule
@Module
public interface ClientChannelFactoryModule
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic @interfacestatic @interface -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic io.deephaven.client.impl.ClientChannelFactoryprovidesClientChannelFactory(io.deephaven.ssl.config.SSLConfig sslConfig, String userAgent)
-
Method Details
-
providesClientChannelFactory
@Provides static io.deephaven.client.impl.ClientChannelFactory providesClientChannelFactory(@SslConfig io.deephaven.ssl.config.SSLConfig sslConfig, @UserAgent String userAgent)
-