Interface ChannelOutboundHandlerFactory
public interface ChannelOutboundHandlerFactory
Factory interface for building
ChannelOutboundHandler
instances.- Since:
- 1.0
- Author:
- Graeme Rocher
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.channel.ChannelOutboundHandler
build()
Constructs a newChannelHandler
.
-
Method Details
-
build
io.netty.channel.ChannelOutboundHandler build()Constructs a newChannelHandler
.- Returns:
- The new
ChannelHandler
-