public class BucketUpdateResponseHandler
extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
| Constructor and Description |
|---|
BucketUpdateResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
protected java.lang.String |
getLastResponse() |
void |
handleUpstream(org.jboss.netty.channel.ChannelHandlerContext context,
org.jboss.netty.channel.ChannelEvent event) |
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext context,
org.jboss.netty.channel.MessageEvent event) |
protected void |
setBucketMonitor(BucketMonitor newMonitor) |
public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext context,
org.jboss.netty.channel.MessageEvent event)
messageReceived in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerprotected java.lang.String getLastResponse()
public void handleUpstream(org.jboss.netty.channel.ChannelHandlerContext context,
org.jboss.netty.channel.ChannelEvent event)
throws java.lang.Exception
handleUpstream in interface org.jboss.netty.channel.ChannelUpstreamHandlerhandleUpstream in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerjava.lang.Exceptionprotected void setBucketMonitor(BucketMonitor newMonitor)
public void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
throws java.lang.Exception
exceptionCaught in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerjava.lang.ExceptionCopyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.