Uses of Interface
org.apache.camel.component.netty.ChannelHandlerFactory
-
Packages that use ChannelHandlerFactory Package Description org.apache.camel.component.netty -
-
Uses of ChannelHandlerFactory in org.apache.camel.component.netty
Classes in org.apache.camel.component.netty that implement ChannelHandlerFactory Modifier and Type Class Description classDefaultChannelHandlerFactoryclassShareableChannelHandlerFactoryAChannelHandlerFactoryreturning a shareableChannelHandler.Methods in org.apache.camel.component.netty that return ChannelHandlerFactory Modifier and Type Method Description static ChannelHandlerFactoryChannelHandlerFactories. newByteArrayDecoder(String protocol)static ChannelHandlerFactoryChannelHandlerFactories. newByteArrayEncoder(String protocol)static ChannelHandlerFactoryChannelHandlerFactories. newDatagramPacketDecoder()static ChannelHandlerFactoryChannelHandlerFactories. newDatagramPacketEncoder()static ChannelHandlerFactoryChannelHandlerFactories. newDelimiterBasedFrameDecoder(int maxFrameLength, io.netty.buffer.ByteBuf[] delimiters, boolean stripDelimiter, String protocol)static ChannelHandlerFactoryChannelHandlerFactories. newDelimiterBasedFrameDecoder(int maxFrameLength, io.netty.buffer.ByteBuf[] delimiters, String protocol)static ChannelHandlerFactoryChannelHandlerFactories. newLengthFieldBasedFrameDecoder(int maxFrameLength, int lengthFieldOffset, int lengthFieldLength, int lengthAdjustment, int initialBytesToStrip)static ChannelHandlerFactoryChannelHandlerFactories. newStringDecoder(Charset charset, String protocol)static ChannelHandlerFactoryChannelHandlerFactories. newStringEncoder(Charset charset, String protocol)
-