Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.servlet
Class SimpleEventChannelWrapped

java.lang.Object
  extended by org.jboss.errai.bus.server.servlet.SimpleEventChannelWrapped
All Implemented Interfaces:
QueueChannel

public class SimpleEventChannelWrapped
extends Object
implements QueueChannel

Author:
Mike Brock

Constructor Summary
SimpleEventChannelWrapped(WebSocket socket)
           
 
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

SimpleEventChannelWrapped

public SimpleEventChannelWrapped(WebSocket socket)
Method Detail

isConnected

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

write

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

Errai 3.0.1-SNAPSHOT

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