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