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