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

java.lang.Object
  extended by 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)
           
 
Method Summary
 int compareTo(Channel o)
           
 ChannelFuture disconnect()
           
 ChannelFuture write(Object message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyChannel

public NettyChannel(org.jboss.netty.channel.Channel ch)
Method Detail

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>

Google Analytics

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