@ChannelPipelineCoverage(value="one")
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.SimpleChannelUpstreamHandler
protected 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.ChannelUpstreamHandler
handleUpstream
in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
java.lang.Exception
protected 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.SimpleChannelUpstreamHandler
java.lang.Exception
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.