Uses of Class
net.officefloor.web.state.HttpArgument
-
Packages that use HttpArgument Package Description net.officefloor.web net.officefloor.web.route net.officefloor.web.state -
-
Uses of HttpArgument in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpArgument Modifier and Type Method Description voidWebRouteHandlerImpl. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context) -
Uses of HttpArgument in net.officefloor.web.route
Methods in net.officefloor.web.route with parameters of type HttpArgument Modifier and Type Method Description static WebServicerWebServicer. getBestMatch(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context, WebRouteNode[] nodes)Obtains the bestWebServicerfor theWebRouteNodeinstances.WebServicerLeafWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)WebServicerParameterWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)WebServicerStaticWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)voidWebRouteHandler. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)Handles the web route.WebServicerWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)Attempts to handle the path. -
Uses of HttpArgument in net.officefloor.web.state
Fields in net.officefloor.web.state declared as HttpArgument Modifier and Type Field Description HttpArgumentHttpArgument. nextNextHttpArgument.Methods in net.officefloor.web.state with parameters of type HttpArgument Modifier and Type Method Description static voidHttpRequestStateManagedObjectSource. initialiseHttpRequestState(HttpArgument pathArguments, HttpRequestState requestState)Initialises theHttpRequestState.
-