org.infinispan.server.memcached.interceptors
Class TextProtocolInterceptorChain
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextProtocolInterceptorChain
public TextProtocolInterceptorChain(TextCommandInterceptor firstInChain)
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
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.