play.mvc
Interface WebSocket.Out<A>

Enclosing class:
WebSocket<A>

public static interface WebSocket.Out<A>

A WebSocket out.


Method Summary
 void close()
          Close this channel.
 void write(A frame)
          Writes a frame.
 

Method Detail

write

void write(A frame)
Writes a frame.


close

void close()
Close this channel.