@Deprecated @FunctionalInterface public interface ChannelPipelineListener
Modifier and Type | Method and Description |
---|---|
io.netty.channel.ChannelPipeline |
onConnect(io.netty.channel.ChannelPipeline pipeline)
Deprecated.
A method called every time the pipeline is initialized.
|