Uses of Interface
org.apache.camel.component.netty.ChannelHandlerFactory
Packages that use ChannelHandlerFactory
-
Uses of ChannelHandlerFactory in org.apache.camel.component.netty
Classes in org.apache.camel.component.netty that implement ChannelHandlerFactoryModifier and TypeClassDescriptionclass
class
AChannelHandlerFactory
returning a shareableChannelHandler
.Methods in org.apache.camel.component.netty that return ChannelHandlerFactoryModifier and TypeMethodDescriptionstatic ChannelHandlerFactory
ChannelHandlerFactories.newByteArrayDecoder
(String protocol) static ChannelHandlerFactory
ChannelHandlerFactories.newByteArrayEncoder
(String protocol) static ChannelHandlerFactory
ChannelHandlerFactories.newDatagramPacketDecoder()
static ChannelHandlerFactory
ChannelHandlerFactories.newDatagramPacketEncoder()
static ChannelHandlerFactory
ChannelHandlerFactories.newDelimiterBasedFrameDecoder
(int maxFrameLength, io.netty.buffer.ByteBuf[] delimiters, boolean stripDelimiter, String protocol) static ChannelHandlerFactory
ChannelHandlerFactories.newDelimiterBasedFrameDecoder
(int maxFrameLength, io.netty.buffer.ByteBuf[] delimiters, String protocol) static ChannelHandlerFactory
ChannelHandlerFactories.newLengthFieldBasedFrameDecoder
(int maxFrameLength, int lengthFieldOffset, int lengthFieldLength, int lengthAdjustment, int initialBytesToStrip) static ChannelHandlerFactory
ChannelHandlerFactories.newStringDecoder
(Charset charset, String protocol) static ChannelHandlerFactory
ChannelHandlerFactories.newStringEncoder
(Charset charset, String protocol)