play.libs
Class F.BlockingEventStream<T>

java.lang.Object
  extended by play.libs.F.BlockingEventStream<T>
Enclosing class:
F

public static class F.BlockingEventStream<T>
extends java.lang.Object


Constructor Summary
F.BlockingEventStream(org.jboss.netty.channel.ChannelHandlerContext ctx)
           
F.BlockingEventStream(int maxBufferSize, org.jboss.netty.channel.ChannelHandlerContext ctx)
           
 
Method Summary
 F.Promise<T> nextEvent()
           
 void publish(T event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

F.BlockingEventStream

public F.BlockingEventStream(org.jboss.netty.channel.ChannelHandlerContext ctx)

F.BlockingEventStream

public F.BlockingEventStream(int maxBufferSize,
                             org.jboss.netty.channel.ChannelHandlerContext ctx)
Method Detail

nextEvent

public F.Promise<T> nextEvent()

publish

public void publish(T event)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly