Class HttpServerActionFactory.DefaultHttpActionInvocation

java.lang.Object
net.jrouter.support.ActionInvocationDelegate<String>
net.jrouter.http.netty.HttpServerActionFactory.DefaultHttpActionInvocation
All Implemented Interfaces:
net.jrouter.ActionInvocation<String>, HttpActionInvocation
Enclosing interface:
HttpServerActionFactory

@Dynamic public static class HttpServerActionFactory.DefaultHttpActionInvocation extends net.jrouter.support.ActionInvocationDelegate<String> implements HttpActionInvocation
扩展ActionInvocation,提供获取Http参数对象,并提供给参数转换器。
  • Field Summary

    Fields inherited from class net.jrouter.support.ActionInvocationDelegate

    delegate
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultHttpActionInvocation(net.jrouter.ActionInvocation<String> invocation, io.netty.handler.codec.http.FullHttpRequest request, io.netty.handler.codec.http.FullHttpResponse response, io.netty.channel.ChannelHandlerContext channelHandlerContext, Map<String,Object> contextMap)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.channel.ChannelHandlerContext
    Gets the ChannelHandlerContext object.
    Get Invocation Context Map.
    io.netty.handler.codec.http.FullHttpRequest
    Gets the HTTP request object.
    io.netty.handler.codec.http.FullHttpResponse
    Gets the HTTP response object.

    Methods inherited from class net.jrouter.support.ActionInvocationDelegate

    getActionFactory, getActionPath, getActionProxy, getConvertParameters, getInvokeResult, getParameterConverter, getParameters, getPathParameters, getResult, invoke, invokeActionOnly, isExecuted, setConvertParameters, setInvokeResult, setParameterConverter, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.jrouter.ActionInvocation

    getActionFactory, getActionPath, getActionProxy, getConvertParameters, getInvokeResult, getParameterConverter, getParameters, getPathParameters, getResult, invoke, invokeActionOnly, isExecuted, setConvertParameters, setInvokeResult, setParameterConverter, setResult
  • Constructor Details

    • DefaultHttpActionInvocation

      public DefaultHttpActionInvocation(net.jrouter.ActionInvocation<String> invocation, io.netty.handler.codec.http.FullHttpRequest request, io.netty.handler.codec.http.FullHttpResponse response, io.netty.channel.ChannelHandlerContext channelHandlerContext, Map<String,Object> contextMap)
  • Method Details