org.infinispan.server.core.transport.netty
Class NettyChannelHandlerContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyChannelHandlerContext
public NettyChannelHandlerContext(org.jboss.netty.channel.ChannelHandlerContext ctx)
getChannel
public Channel getChannel()
- Specified by:
getChannel
in interface ChannelHandlerContext
getChannelBuffers
public ChannelBuffers getChannelBuffers()
- Specified by:
getChannelBuffers
in interface ChannelHandlerContext
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.