|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.mvc.Results.AsyncResult
public static class Results.AsyncResult
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 |
---|
public Results.AsyncResult(F.Promise<Result> p)
Method Detail |
---|
public play.api.mvc.Result getWrappedResult()
Result
getWrappedResult
in interface Result
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |