Package | Description |
---|---|
play | |
play.jobs | |
play.server |
Modifier and Type | Class and Description |
---|---|
static class |
Invoker.DirectInvocation
A direct invocation (in the same thread than caller)
|
Modifier and Type | Method and Description |
---|---|
static Future<?> |
Invoker.invoke(Invoker.Invocation invocation)
Run the code in a new thread took from a thread pool.
|
static Future<?> |
Invoker.invoke(Invoker.Invocation invocation,
long millis)
Run the code in a new thread after a delay
|
Modifier and Type | Class and Description |
---|---|
class |
Job<V>
A job is an asynchronously executed unit of work
|
Modifier and Type | Class and Description |
---|---|
class |
PlayHandler.NettyInvocation |
static class |
PlayHandler.WebSocketInvocation |
class |
ServletWrapper.ServletInvocation |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly