org.infinispan.server.memcached.interceptors
Interface TextCommandInterceptor

All Superinterfaces:
CommandInterceptor, TextProtocolVisitor
All Known Implementing Classes:
CallInterceptor, StatsInterceptor, TextCommandInterceptorImpl

public interface TextCommandInterceptor
extends CommandInterceptor, TextProtocolVisitor

TextCommandInterceptor.

Since:
4.1
Author:
Galder ZamarreƱo

Method Summary
 Object invokeNextInterceptor(ChannelHandlerContext ctx, TextCommand command)
           
 
Methods inherited from interface org.infinispan.server.memcached.CommandInterceptor
getNext
 
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

Object invokeNextInterceptor(ChannelHandlerContext ctx,
                             TextCommand command)
                             throws Throwable
Throws:
Throwable

Google Analytics

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