public class ByteArrayPipelineConfigurator extends java.lang.Object implements PipelineConfigurator<byte[],byte[]>
| Constructor and Description |
|---|
ByteArrayPipelineConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureNewPipeline(io.netty.channel.ChannelPipeline pipeline)
A callback to configure the passed
pipeline. |
public void configureNewPipeline(io.netty.channel.ChannelPipeline pipeline)
PipelineConfiguratorpipeline. This will be invoked everytime a new netty pipeline is
created, which is whenever a new channel is established.configureNewPipeline in interface PipelineConfigurator<byte[],byte[]>pipeline - The pipeline to configure.