public class UnifiedChannelInitializer 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.Constructor and Description |
---|
UnifiedChannelInitializer(IOService ioService) |
public UnifiedChannelInitializer(IOService ioService)
public void initChannel(Channel channel)
ChannelInitializer
initChannel
in interface ChannelInitializer
channel
- the Channel to initialize.Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.