org.infinispan.server.core.transport.netty
Class NettyChannelHandlerContext

java.lang.Object
  extended by org.infinispan.server.core.transport.netty.NettyChannelHandlerContext
All Implemented Interfaces:
ChannelHandlerContext

public class NettyChannelHandlerContext
extends Object
implements ChannelHandlerContext

NettyChannelHandlerContext.

Since:
4.0
Author:
Galder ZamarreƱo

Constructor Summary
NettyChannelHandlerContext(org.jboss.netty.channel.ChannelHandlerContext ctx)
           
 
Method Summary
 Channel getChannel()
           
 ChannelBuffers getChannelBuffers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyChannelHandlerContext

public NettyChannelHandlerContext(org.jboss.netty.channel.ChannelHandlerContext ctx)
Method Detail

getChannel

public Channel getChannel()
Specified by:
getChannel in interface ChannelHandlerContext

getChannelBuffers

public ChannelBuffers getChannelBuffers()
Specified by:
getChannelBuffers in interface ChannelHandlerContext

Google Analytics

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