comet
Class CometSocket<A>

java.lang.Object
  extended by play.mvc.WebSocket<A>
      extended by comet.CometSocket<A>

public class CometSocket<A>
extends play.mvc.WebSocket<A>


Nested Class Summary
static class CometSocket.In<A>
           
static class CometSocket.Out<A>
           
 
Constructor Summary
CometSocket()
           
 
Method Summary
 void onReady(play.mvc.WebSocket.In<A> in, play.mvc.WebSocket.Out<A> out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CometSocket

public CometSocket()
Method Detail

onReady

public void onReady(play.mvc.WebSocket.In<A> in,
                    play.mvc.WebSocket.Out<A> out)
Specified by:
onReady in class play.mvc.WebSocket<A>