org.infinispan.server.memcached.interceptors
Class TextCommandInterceptorImpl

java.lang.Object
  extended by org.infinispan.server.memcached.interceptors.AbstractVisitor
      extended by org.infinispan.server.memcached.interceptors.TextCommandInterceptorImpl
All Implemented Interfaces:
CommandInterceptor, TextCommandInterceptor, TextProtocolVisitor
Direct Known Subclasses:
CallInterceptor, StatsInterceptor

public class TextCommandInterceptorImpl
extends AbstractVisitor
implements TextCommandInterceptor

TextCommandInterceptorImpl.

Since:
4.1
Author:
Galder ZamarreƱo

Method Summary
 CommandInterceptor getNext()
           
protected  Object handleDefault(ChannelHandlerContext ctx, TextCommand command)
           
 Object invokeNextInterceptor(ChannelHandlerContext ctx, TextCommand command)
           
 
Methods inherited from class org.infinispan.server.memcached.interceptors.AbstractVisitor
visitAdd, visitAppend, visitCas, visitDecrement, visitDelete, visitFlushAll, visitGet, visitGets, visitIncrement, visitPrepend, visitQuit, visitReplace, visitSet, visitStats, visitVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infinispan.server.memcached.interceptors.TextProtocolVisitor
visitAdd, visitAppend, visitCas, visitDecrement, visitDelete, visitFlushAll, visitGet, visitGets, visitIncrement, visitPrepend, visitQuit, visitReplace, visitSet, visitStats, visitVersion
 

Method Detail

invokeNextInterceptor

public Object invokeNextInterceptor(ChannelHandlerContext ctx,
                                    TextCommand command)
                             throws Throwable
Specified by:
invokeNextInterceptor in interface TextCommandInterceptor
Throws:
Throwable

getNext

public CommandInterceptor getNext()
Specified by:
getNext in interface CommandInterceptor

handleDefault

protected Object handleDefault(ChannelHandlerContext ctx,
                               TextCommand command)
                        throws Throwable
Overrides:
handleDefault in class AbstractVisitor
Throws:
Throwable

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.