com.thimbleware.jmemcached.protocol.binary
Class MemcachedBinaryCommandDecoder
java.lang.Object
org.jboss.netty.channel.SimpleChannelUpstreamHandler
org.jboss.netty.handler.codec.frame.FrameDecoder
com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler
@ChannelHandler.Sharable
public class MemcachedBinaryCommandDecoder
- extends org.jboss.netty.handler.codec.frame.FrameDecoder
| Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
org.jboss.netty.channel.ChannelHandler.Sharable |
|
Field Summary |
static java.nio.charset.Charset |
USASCII
|
|
Method Summary |
protected java.lang.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 |
USASCII
public static final java.nio.charset.Charset USASCII
MemcachedBinaryCommandDecoder
public MemcachedBinaryCommandDecoder()
decode
protected java.lang.Object decode(org.jboss.netty.channel.ChannelHandlerContext channelHandlerContext,
org.jboss.netty.channel.Channel channel,
org.jboss.netty.buffer.ChannelBuffer channelBuffer)
throws java.lang.Exception
- Specified by:
decode in class org.jboss.netty.handler.codec.frame.FrameDecoder
- Throws:
java.lang.Exception
Copyright © 2008-2011 ThimbleWare. All Rights Reserved.