Interface ChannelOutboundHandlerFactory
-
public interface ChannelOutboundHandlerFactoryFactory interface for buildingChannelOutboundHandlerinstances.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.channel.ChannelOutboundHandlerbuild()Constructs a newChannelHandler.
-