play.mvc
Class Results.AsyncResult

java.lang.Object
  extended by play.mvc.Results.AsyncResult
All Implemented Interfaces:
Result
Enclosing class:
Results

public static class Results.AsyncResult
extends java.lang.Object
implements Result

An asynchronous result.


Constructor Summary
Results.AsyncResult(F.Promise<Result> p)
           
 
Method Summary
 play.api.mvc.Result getWrappedResult()
          Retrieves the real (Scala-based) result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Results.AsyncResult

public Results.AsyncResult(F.Promise<Result> p)
Method Detail

getWrappedResult

public play.api.mvc.Result getWrappedResult()
Description copied from interface: Result
Retrieves the real (Scala-based) result.

Specified by:
getWrappedResult in interface Result