org.infinispan.server.memcached
Interface InterceptorChain

All Known Implementing Classes:
TextProtocolInterceptorChain

public interface InterceptorChain

InterceptorChain.

Since:
4.1
Author:
Galder ZamarreƱo

Method Summary
 List<CommandInterceptor> getInterceptorsWhichExtend(Class<? extends CommandInterceptor> interceptorClass)
           
 Object invoke(ChannelHandlerContext ctx, Command command)
           
 

Method Detail

invoke

Object invoke(ChannelHandlerContext ctx,
              Command command)
              throws Throwable
Throws:
Throwable

getInterceptorsWhichExtend

List<CommandInterceptor> getInterceptorsWhichExtend(Class<? extends CommandInterceptor> interceptorClass)

Google Analytics

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