comet
Class CometSocket.Out<A>

java.lang.Object
  extended by comet.CometSocket.Out<A>
All Implemented Interfaces:
play.mvc.WebSocket.Out<A>
Enclosing class:
CometSocket<A>

public static class CometSocket.Out<A>
extends java.lang.Object
implements play.mvc.WebSocket.Out<A>


Constructor Summary
CometSocket.Out(play.libs.Comet comet)
           
 
Method Summary
 void close()
           
 void write(A frame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CometSocket.Out

public CometSocket.Out(play.libs.Comet comet)
Method Detail

write

public void write(A frame)
Specified by:
write in interface play.mvc.WebSocket.Out<A>

close

public void close()
Specified by:
close in interface play.mvc.WebSocket.Out<A>