public class AbstractChannelInitializer extends Object implements ChannelInitializer
ChannelInitializer
that runs on a member and used for unencrypted
channels. It will deal with the exchange of protocols and based on that it
will set up the appropriate handlers in the pipeline.Modifier | Constructor and Description |
---|---|
protected |
AbstractChannelInitializer(IOService ioService,
EndpointConfig config) |
protected final IOService ioService
protected AbstractChannelInitializer(IOService ioService, EndpointConfig config)
public void initChannel(Channel channel)
ChannelInitializer
initChannel
in interface ChannelInitializer
channel
- the Channel to initialize.Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.