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 void
WebRouteHandlerImpl. 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 WebServicer
WebServicer. getBestMatch(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context, WebRouteNode[] nodes)
Obtains the bestWebServicer
for theWebRouteNode
instances.WebServicer
LeafWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
ParameterWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
StaticWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
void
WebRouteHandler. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
Handles the web route.WebServicer
WebRouteNode. 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 HttpArgument
HttpArgument. next
NextHttpArgument
.Methods in net.officefloor.web.state with parameters of type HttpArgument Modifier and Type Method Description static void
HttpRequestStateManagedObjectSource. initialiseHttpRequestState(HttpArgument pathArguments, HttpRequestState requestState)
Initialises theHttpRequestState
.
-