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 TypeClassDescriptionclassclassAChannelHandlerFactoryreturning a shareableChannelHandler.Methods in org.apache.camel.component.netty that return ChannelHandlerFactoryModifier and TypeMethodDescriptionstatic 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)