|
GigaSpaces XAP 8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.netty.channel.SimpleChannelUpstreamHandler
org.jboss.netty.handler.codec.frame.FrameDecoder
org.openspaces.memcached.protocol.binary.MemcachedBinaryCommandDecoder
@ChannelHandler.Sharable public class MemcachedBinaryCommandDecoder
Nested Class Summary | |
---|---|
static class |
MemcachedBinaryCommandDecoder.BinaryOp
|
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
---|
org.jboss.netty.channel.ChannelHandler.Sharable |
Field Summary | |
---|---|
static Charset |
USASCII
|
Constructor Summary | |
---|---|
MemcachedBinaryCommandDecoder()
|
Method Summary | |
---|---|
protected Object |
decode(org.jboss.netty.channel.ChannelHandlerContext channelHandlerContext,
org.jboss.netty.channel.Channel channel,
org.jboss.netty.buffer.ChannelBuffer channelBuffer)
|
Methods inherited from class org.jboss.netty.handler.codec.frame.FrameDecoder |
---|
channelClosed, channelDisconnected, decodeLast, exceptionCaught, messageReceived |
Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler |
---|
channelBound, channelConnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, handleUpstream, writeComplete |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Charset USASCII
Constructor Detail |
---|
public MemcachedBinaryCommandDecoder()
Method Detail |
---|
protected Object decode(org.jboss.netty.channel.ChannelHandlerContext channelHandlerContext, org.jboss.netty.channel.Channel channel, org.jboss.netty.buffer.ChannelBuffer channelBuffer) throws Exception
decode
in class org.jboss.netty.handler.codec.frame.FrameDecoder
Exception
|
GigaSpaces XAP 8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |