|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.Invoker.Invocation play.server.PlayHandler.NettyInvocation
public class PlayHandler.NettyInvocation
Constructor Summary | |
---|---|
PlayHandler.NettyInvocation(Http.Request request,
Http.Response response,
org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.handler.codec.http.HttpRequest nettyRequest,
org.jboss.netty.channel.MessageEvent e)
|
Method Summary | |
---|---|
void |
execute()
Override this method |
boolean |
init()
Init the call (especially usefull in DEV mode to detect changes) |
void |
onSuccess()
Things to do when the whole invocation has succeeded (before + execute + after) |
void |
run()
It's time to execute. |
Methods inherited from class play.Invoker.Invocation |
---|
_finally, after, before, onException, suspend |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlayHandler.NettyInvocation(Http.Request request, Http.Response response, org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.handler.codec.http.HttpRequest nettyRequest, org.jboss.netty.channel.MessageEvent e)
Method Detail |
---|
public boolean init()
Invoker.Invocation
init
in class Invoker.Invocation
public void run()
Invoker.Invocation
run
in interface java.lang.Runnable
run
in class Invoker.Invocation
public void execute() throws java.lang.Exception
Invoker.Invocation
execute
in class Invoker.Invocation
java.lang.Exception
public void onSuccess() throws java.lang.Exception
Invoker.Invocation
onSuccess
in class Invoker.Invocation
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |