public abstract class AbstractMultiSocketTLSChannelInitializer extends AbstractTLSChannelInitializer
| Modifier and Type | Field and Description |
|---|---|
protected com.hazelcast.config.EndpointConfig |
config |
protected com.hazelcast.nio.IOService |
ioService |
| Constructor and Description |
|---|
AbstractMultiSocketTLSChannelInitializer(com.hazelcast.config.EndpointConfig endpointConfig,
Executor tlsExecutor,
com.hazelcast.nio.IOService ioService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configChannel(com.hazelcast.internal.networking.Channel channel) |
protected boolean |
forClient()
Checks if the implementation is for a Java client, or for a member.
|
initChannel, initPipelineprotected final com.hazelcast.config.EndpointConfig config
protected final com.hazelcast.nio.IOService ioService
public AbstractMultiSocketTLSChannelInitializer(com.hazelcast.config.EndpointConfig endpointConfig,
Executor tlsExecutor,
com.hazelcast.nio.IOService ioService)
protected boolean forClient()
AbstractTLSChannelInitializerforClient in class AbstractTLSChannelInitializerprotected void configChannel(com.hazelcast.internal.networking.Channel channel)
configChannel in class AbstractTLSChannelInitializerCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.