Uses of Class
net.officefloor.web.state.HttpArgument
Packages that use HttpArgument
-
Uses of HttpArgument in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpArgumentModifier and TypeMethodDescriptionvoidWebRouteHandlerImpl.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 HttpArgumentModifier and TypeMethodDescriptionstatic WebServicerWebServicer.getBestMatch(HttpMethod method, String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context, WebRouteNode[] nodes) Obtains the bestWebServicerfor theWebRouteNodeinstances.LeafWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) ParameterWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) StaticWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) voidWebRouteHandler.handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) Handles the web route.WebRouteNode.handle(HttpMethod method, 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 HttpArgumentMethods in net.officefloor.web.state with parameters of type HttpArgumentModifier and TypeMethodDescriptionstatic voidHttpRequestStateManagedObjectSource.initialiseHttpRequestState(HttpArgument pathArguments, HttpRequestState requestState) Initialises theHttpRequestState.