Interface NettyInitializer
-
- All Known Implementing Classes:
NettyChannelInitializer,RestChannelInitializer,TimeoutEnabledChannelInitializer
public interface NettyInitializer- Since:
- 9.0
- Author:
- wburns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitializeChannel(io.netty.channel.Channel ch)Initialize netty channel
-