Uses of Interface
org.infinispan.server.core.transport.ChannelHandlerContext

Packages that use ChannelHandlerContext
org.infinispan.server.core.transport   
org.infinispan.server.core.transport.netty   
org.infinispan.server.memcached   
org.infinispan.server.memcached.commands   
org.infinispan.server.memcached.interceptors   
org.infinispan.server.memcached.transport   
 

Uses of ChannelHandlerContext in org.infinispan.server.core.transport
 

Methods in org.infinispan.server.core.transport with parameters of type ChannelHandlerContext
abstract  Object NoStateDecoder.decode(ChannelHandlerContext ctx, ChannelBuffer buffer)
           
 Object NoStateDecoder.decode(ChannelHandlerContext ctx, ChannelBuffer buffer, NoState state)
           
 Object Decoder.decode(ChannelHandlerContext ctx, ChannelBuffer buffer, T state)
           
 Object Encoder.encode(ChannelHandlerContext ctx, Channel channel, Object msg)
           
 void Decoder.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
           
 void CommandHandler.messageReceived(ChannelHandlerContext ctx, MessageEvent e)
           
 

Uses of ChannelHandlerContext in org.infinispan.server.core.transport.netty
 

Classes in org.infinispan.server.core.transport.netty that implement ChannelHandlerContext
 class NettyChannelHandlerContext
          NettyChannelHandlerContext.
 

Uses of ChannelHandlerContext in org.infinispan.server.memcached
 

Methods in org.infinispan.server.memcached with parameters of type ChannelHandlerContext
 Object InterceptorChain.invoke(ChannelHandlerContext ctx, Command command)
           
 Object Command.perform(ChannelHandlerContext ctx)
           
 

Uses of ChannelHandlerContext in org.infinispan.server.memcached.commands
 

Methods in org.infinispan.server.memcached.commands with parameters of type ChannelHandlerContext
 Object AddCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object CasCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object VersionCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object SetCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object GetCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object IncrementCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object QuitCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object AppendCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object ReplaceCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object TextCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object DecrementCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object DeleteCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object PrependCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object StatsCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 Object FlushAllCommand.acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 void TextCommandHandler.messageReceived(ChannelHandlerContext ctx, MessageEvent e)
           
 Object VersionCommand.perform(ChannelHandlerContext ctx)
           
 Object SetCommand.perform(ChannelHandlerContext ctx)
           
 Object GetCommand.perform(ChannelHandlerContext ctx)
           
 Object NumericCommand.perform(ChannelHandlerContext ctx)
           
 Object QuitCommand.perform(ChannelHandlerContext ctx)
           
 Object DeleteCommand.perform(ChannelHandlerContext ctx)
           
 Object StatsCommand.perform(ChannelHandlerContext ctx)
           
 Object FlushAllCommand.perform(ChannelHandlerContext ctx)
           
 

Uses of ChannelHandlerContext in org.infinispan.server.memcached.interceptors
 

Methods in org.infinispan.server.memcached.interceptors with parameters of type ChannelHandlerContext
protected  Object AbstractVisitor.handleDefault(ChannelHandlerContext ctx, TextCommand command)
           
protected  Object TextCommandInterceptorImpl.handleDefault(ChannelHandlerContext ctx, TextCommand command)
           
protected  Object CallInterceptor.handleDefault(ChannelHandlerContext ctx, TextCommand command)
           
 Object TextProtocolInterceptorChain.invoke(ChannelHandlerContext ctx, Command command)
           
 Object TextCommandInterceptor.invokeNextInterceptor(ChannelHandlerContext ctx, TextCommand command)
           
 Object TextCommandInterceptorImpl.invokeNextInterceptor(ChannelHandlerContext ctx, TextCommand command)
           
 Object AbstractVisitor.visitAdd(ChannelHandlerContext ctx, AddCommand command)
           
 Object TextProtocolVisitor.visitAdd(ChannelHandlerContext ctx, AddCommand command)
           
 Object AbstractVisitor.visitAppend(ChannelHandlerContext ctx, AppendCommand command)
           
 Object TextProtocolVisitor.visitAppend(ChannelHandlerContext ctx, AppendCommand command)
           
 Object StatsInterceptor.visitCas(ChannelHandlerContext ctx, CasCommand command)
           
 Object AbstractVisitor.visitCas(ChannelHandlerContext ctx, CasCommand command)
           
 Object TextProtocolVisitor.visitCas(ChannelHandlerContext ctx, CasCommand command)
           
 Object StatsInterceptor.visitDecrement(ChannelHandlerContext ctx, DecrementCommand command)
           
 Object AbstractVisitor.visitDecrement(ChannelHandlerContext ctx, DecrementCommand command)
           
 Object TextProtocolVisitor.visitDecrement(ChannelHandlerContext ctx, DecrementCommand command)
           
 Object AbstractVisitor.visitDelete(ChannelHandlerContext ctx, DeleteCommand command)
           
 Object TextProtocolVisitor.visitDelete(ChannelHandlerContext ctx, DeleteCommand command)
           
 Object AbstractVisitor.visitFlushAll(ChannelHandlerContext ctx, FlushAllCommand command)
           
 Object TextProtocolVisitor.visitFlushAll(ChannelHandlerContext ctx, FlushAllCommand command)
           
 Object AbstractVisitor.visitGet(ChannelHandlerContext ctx, GetCommand command)
           
 Object TextProtocolVisitor.visitGet(ChannelHandlerContext ctx, GetCommand command)
           
 Object AbstractVisitor.visitGets(ChannelHandlerContext ctx, GetsCommand command)
           
 Object TextProtocolVisitor.visitGets(ChannelHandlerContext ctx, GetsCommand command)
           
 Object StatsInterceptor.visitIncrement(ChannelHandlerContext ctx, IncrementCommand command)
           
 Object AbstractVisitor.visitIncrement(ChannelHandlerContext ctx, IncrementCommand command)
           
 Object TextProtocolVisitor.visitIncrement(ChannelHandlerContext ctx, IncrementCommand command)
           
 Object AbstractVisitor.visitPrepend(ChannelHandlerContext ctx, PrependCommand command)
           
 Object TextProtocolVisitor.visitPrepend(ChannelHandlerContext ctx, PrependCommand command)
           
 Object AbstractVisitor.visitQuit(ChannelHandlerContext ctx, QuitCommand command)
           
 Object TextProtocolVisitor.visitQuit(ChannelHandlerContext ctx, QuitCommand command)
           
 Object AbstractVisitor.visitReplace(ChannelHandlerContext ctx, ReplaceCommand command)
           
 Object TextProtocolVisitor.visitReplace(ChannelHandlerContext ctx, ReplaceCommand command)
           
 Object AbstractVisitor.visitSet(ChannelHandlerContext ctx, SetCommand command)
           
 Object TextProtocolVisitor.visitSet(ChannelHandlerContext ctx, SetCommand command)
           
 Object AbstractVisitor.visitStats(ChannelHandlerContext ctx, StatsCommand command)
           
 Object TextProtocolVisitor.visitStats(ChannelHandlerContext ctx, StatsCommand command)
           
 Object AbstractVisitor.visitVersion(ChannelHandlerContext ctx, VersionCommand command)
           
 Object TextProtocolVisitor.visitVersion(ChannelHandlerContext ctx, VersionCommand command)
           
 

Uses of ChannelHandlerContext in org.infinispan.server.memcached.transport
 

Methods in org.infinispan.server.memcached.transport with parameters of type ChannelHandlerContext
 Object TextDecoder.decode(ChannelHandlerContext ctx, ChannelBuffer buffer, TextDecoder.State state)
           
 void TextDecoder.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
           
 


Google Analytics

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