Package io.micronaut.http.netty.channel
Interface ChannelPipelineListener
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated @FunctionalInterface public interface ChannelPipelineListenerDeprecated.Use NettyClientCustomizer or NettyServerCustomizer instead.An interface that allows users to configure the Netty pipeline used by Micronaut.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description io.netty.channel.ChannelPipelineonConnect(io.netty.channel.ChannelPipeline pipeline)Deprecated.A method called every time the pipeline is initialized.
-