|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.netty.ChannelHandlerFactories
public final class ChannelHandlerFactories
Helper to create commonly used ChannelHandlerFactory instances.
| Method Summary | |
|---|---|
static ChannelHandlerFactory |
newDelimiterBasedFrameDecoder(int maxFrameLength,
org.jboss.netty.buffer.ChannelBuffer[] delimiters)
|
static ChannelHandlerFactory |
newLengthFieldBasedFrameDecoder(int maxFrameLength,
int lengthFieldOffset,
int lengthFieldLength,
int lengthAdjustment,
int initialBytesToStrip)
|
static ChannelHandlerFactory |
newObjectDecoder()
|
static ChannelHandlerFactory |
newObjectEncoder()
|
static ChannelHandlerFactory |
newStringDecoder(Charset charset)
|
static ChannelHandlerFactory |
newStringEncoder(Charset charset)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ChannelHandlerFactory newStringEncoder(Charset charset)
public static ChannelHandlerFactory newStringDecoder(Charset charset)
public static ChannelHandlerFactory newObjectDecoder()
public static ChannelHandlerFactory newObjectEncoder()
public static ChannelHandlerFactory newDelimiterBasedFrameDecoder(int maxFrameLength,
org.jboss.netty.buffer.ChannelBuffer[] delimiters)
public static ChannelHandlerFactory newLengthFieldBasedFrameDecoder(int maxFrameLength,
int lengthFieldOffset,
int lengthFieldLength,
int lengthAdjustment,
int initialBytesToStrip)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||