public static class PlayHandler.WebSocketInvocation extends Invoker.Invocation
| Constructor and Description |
|---|
WebSocketInvocation(Map<String,String> route,
Http.Request request,
Http.Inbound inbound,
Http.Outbound outbound,
org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Override this method
|
Invoker.InvocationContext |
getInvocationContext() |
boolean |
init()
Init the call (especially useful in DEV mode to detect changes)
|
void |
onException(Throwable e)
Things to do if the Invocation code thrown an exception
|
void |
onSuccess()
Things to do when the whole invocation has succeeded (before + execute + after)
|
public WebSocketInvocation(Map<String,String> route, Http.Request request, Http.Inbound inbound, Http.Outbound outbound, org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent e)
public boolean init()
Invoker.Invocationinit in class Invoker.Invocationpublic Invoker.InvocationContext getInvocationContext()
getInvocationContext in class Invoker.Invocationpublic void execute()
throws Exception
Invoker.Invocationexecute in class Invoker.InvocationExceptionpublic void onException(Throwable e)
Invoker.InvocationonException in class Invoker.Invocationpublic void onSuccess()
throws Exception
Invoker.InvocationonSuccess in class Invoker.InvocationExceptionGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly