org.infinispan.server.memcached.interceptors
Class TextProtocolInterceptorChain

java.lang.Object
  extended by org.infinispan.server.memcached.interceptors.TextProtocolInterceptorChain
All Implemented Interfaces:
InterceptorChain

public class TextProtocolInterceptorChain
extends Object
implements InterceptorChain

TextProtocolInterceptorChain.

Since:
4.1
Author:
Galder ZamarreƱo

Constructor Summary
TextProtocolInterceptorChain(TextCommandInterceptor firstInChain)
           
 
Method Summary
 List<CommandInterceptor> getInterceptorsWhichExtend(Class<? extends CommandInterceptor> interceptorClass)
           
 Object invoke(ChannelHandlerContext ctx, Command command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextProtocolInterceptorChain

public TextProtocolInterceptorChain(TextCommandInterceptor firstInChain)
Method Detail

invoke

public Object invoke(ChannelHandlerContext ctx,
                     Command command)
              throws Throwable
Specified by:
invoke in interface InterceptorChain
Throws:
Throwable

getInterceptorsWhichExtend

public List<CommandInterceptor> getInterceptorsWhichExtend(Class<? extends CommandInterceptor> interceptorClass)
Specified by:
getInterceptorsWhichExtend in interface InterceptorChain

Google Analytics

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