public class MongoWireProtocolHandler
extends org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_BSON_OBJECT_SIZE |
static int |
MAX_MESSAGE_SIZE_BYTES |
| Constructor and Description |
|---|
MongoWireProtocolHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.Channel channel,
org.jboss.netty.buffer.ChannelBuffer buffer) |
void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
extractFrameactualReadableBytes, afterAdd, afterRemove, appendToCumulation, beforeAdd, beforeRemove, channelClosed, channelDisconnected, cleanup, decodeLast, getMaxCumulationBufferCapacity, getMaxCumulationBufferComponents, internalBuffer, isUnfold, messageReceived, newCumulationBuffer, replace, setMaxCumulationBufferCapacity, setMaxCumulationBufferComponents, setUnfold, unfoldAndFireMessageReceived, updateCumulationpublic static final int MAX_BSON_OBJECT_SIZE
public static final int MAX_MESSAGE_SIZE_BYTES
Copyright © 2013. All Rights Reserved.