org.infinispan.server.core.transport.netty
Class NettyChannel
java.lang.Object
org.infinispan.server.core.transport.netty.NettyChannel
- All Implemented Interfaces:
- Comparable<Channel>, Channel
public class NettyChannel
- extends Object
- implements Channel
NettyChannel.
- Since:
- 4.0
- Author:
- Galder ZamarreƱo
Constructor Summary |
NettyChannel(org.jboss.netty.channel.Channel ch)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyChannel
public NettyChannel(org.jboss.netty.channel.Channel ch)
disconnect
public ChannelFuture disconnect()
- Specified by:
disconnect
in interface Channel
write
public ChannelFuture write(Object message)
- Specified by:
write
in interface Channel
compareTo
public int compareTo(Channel o)
- Specified by:
compareTo
in interface Comparable<Channel>
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.