Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.io.websockets
Class NettyQueueChannel

java.lang.Object
  extended by org.jboss.errai.bus.server.io.websockets.NettyQueueChannel
All Implemented Interfaces:
QueueChannel

public class NettyQueueChannel
extends Object
implements QueueChannel

Author:
Mike Brock, Christian Sadilek

Constructor Summary
NettyQueueChannel(io.netty.channel.Channel channel)
           
 
Method Summary
 boolean isConnected()
           
 void write(String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyQueueChannel

public NettyQueueChannel(io.netty.channel.Channel channel)
Method Detail

isConnected

public boolean isConnected()
Specified by:
isConnected in interface QueueChannel

write

public void write(String data)
Specified by:
write in interface QueueChannel

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.