play.mvc
Class WebSocketController
java.lang.Object
play.mvc.WebSocketController
- All Implemented Interfaces:
- ControllersEnhancer.ControllerSupport, LocalvariablesNamesEnhancer.LocalVariablesSupport
public class WebSocketController
- extends java.lang.Object
- implements ControllersEnhancer.ControllerSupport, LocalvariablesNamesEnhancer.LocalVariablesSupport
Method Summary |
protected static
|
await(java.util.concurrent.Future<T> future)
|
protected static
|
await(java.util.concurrent.Future<T> future,
F.Action<T> callback)
|
protected static void |
await(int millis)
|
protected static void |
await(int millis,
F.Action0 callback)
|
protected static void |
await(java.lang.String timeout)
|
protected static void |
await(java.lang.String timeout,
F.Action0 callback)
|
protected static void |
disconnect()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WebSocketController
public WebSocketController()
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()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly