Package play.mvc
Class WebSocketController
- java.lang.Object
-
- play.mvc.WebSocketController
-
- All Implemented Interfaces:
ControllersEnhancer.ControllerSupport,LocalvariablesNamesEnhancer.LocalVariablesSupport,PlayController
public class WebSocketController extends java.lang.Object implements ControllersEnhancer.ControllerSupport, LocalvariablesNamesEnhancer.LocalVariablesSupport, PlayController
-
-
Field Summary
Fields Modifier and Type Field Description protected static Http.Inboundinboundprotected static Http.Outboundoutboundprotected static Scope.Paramsparamsprotected static Http.Requestrequestprotected static Scope.Sessionsessionprotected static Validationvalidation
-
Constructor Summary
Constructors Constructor Description WebSocketController()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voidawait(int millis)protected static voidawait(int millis, F.Action0 callback)protected static voidawait(java.lang.String timeout)protected static voidawait(java.lang.String timeout, F.Action0 callback)protected static <T> Tawait(java.util.concurrent.Future<T> future)protected static <T> voidawait(java.util.concurrent.Future<T> future, F.Action<T> callback)protected static voiddisconnect()
-
-
-
Field Detail
-
request
protected static Http.Request request
-
inbound
protected static Http.Inbound inbound
-
outbound
protected static Http.Outbound outbound
-
params
protected static Scope.Params params
-
validation
protected static Validation validation
-
session
protected static Scope.Session session
-
-
Method Detail
-
await
protected static void await(java.lang.String timeout)
-
await
protected static void await(java.lang.String timeout, F.Action0 callback)
-
await
protected static void await(int millis)
-
await
protected static void await(int millis, F.Action0 callback)
-
await
protected static <T> T await(java.util.concurrent.Future<T> future)
-
await
protected static <T> void await(java.util.concurrent.Future<T> future, F.Action<T> callback)
-
disconnect
protected static void disconnect()
-
-