Uses of Class
net.officefloor.server.http.HttpMethod
-
-
Uses of HttpMethod in net.officefloor.scalatest
Methods in net.officefloor.scalatest that return HttpMethod Modifier and Type Method Description HttpMethodScalaMockWoofServerStaticAccess. httpMethod(java.lang.String methodName)Obtains theHttpMethod. -
Uses of HttpMethod in net.officefloor.server.http
Fields in net.officefloor.server.http declared as HttpMethod Modifier and Type Field Description static HttpMethodHttpMethod. CONNECTCONNECTHttpMethodsingleton.static HttpMethodHttpMethod. DELETEDELETEHttpMethodsingleton.static HttpMethodHttpMethod. GETGETHttpMethodsingleton.static HttpMethodHttpMethod. HEADHEADHttpMethodsingleton.static HttpMethodHttpMethod. OPTIONSOPTIONSHttpMethodsingleton.static HttpMethodHttpMethod. POSTPOSTHttpMethodsingleton.static HttpMethodHttpMethod. PUTPUTHttpMethodsingleton.Methods in net.officefloor.server.http that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. getHttpMethod(java.lang.String methodName)Obtains theHttpMethod.HttpMethodHttpMethod.HttpMethodEnum. getHttpMethod()Obtains the singletonHttpMethodfor thisHttpMethod.HttpMethodEnum.HttpMethodHttpRequest. getMethod()Obtains theHttpMethod.Methods in net.officefloor.server.http with parameters of type HttpMethod Modifier and Type Method Description booleanHttpMethod. isEqual(HttpMethod httpMethod)Equals without the type checking. -
Uses of HttpMethod in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return HttpMethod Modifier and Type Method Description HttpMethodMaterialisingHttpRequest. getMethod()HttpMethodSerialisableHttpRequest. getMethod()Constructors in net.officefloor.server.http.impl with parameters of type HttpMethod Constructor Description SerialisableHttpRequest(HttpMethod method, java.lang.String requestUri, HttpVersion version, SerialisableHttpRequestHeaders headers, HttpRequestCookies cookies, ByteArrayByteSequence entity)Instantiate.Constructor parameters in net.officefloor.server.http.impl with type arguments of type HttpMethod Constructor Description MaterialisingHttpRequest(java.util.function.Supplier<HttpMethod> methodSupplier, java.util.function.Supplier<java.lang.String> requestUriSupplier, HttpVersion version, HttpRequestHeaders headers, HttpRequestCookies cookies, ByteSequence entity)Instantiate.ProcessAwareServerHttpConnectionManagedObject(HttpServerLocation serverLocation, boolean isSecure, java.util.function.Supplier<HttpMethod> methodSupplier, java.util.function.Supplier<java.lang.String> requestUriSupplier, HttpVersion version, NonMaterialisedHttpHeaders requestHeaders, ByteSequence requestEntity, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTraceOnEscalation, HttpResponseWriter<B> writer, StreamBufferPool<B> bufferPool)Instantiate. -
Uses of HttpMethod in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock with parameters of type HttpMethod Modifier and Type Method Description MockHttpRequestBuilderMockHttpRequestBuilder. method(HttpMethod method)Specifies theHttpMethod. -
Uses of HttpMethod in net.officefloor.server.http.parse
Methods in net.officefloor.server.http.parse that return types with arguments of type HttpMethod Modifier and Type Method Description java.util.function.Supplier<HttpMethod>HttpRequestParser. getMethod()Obtains theSupplierof theHttpMethod. -
Uses of HttpMethod in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpMethod Modifier and Type Method Description HttpRouteSectionSource.RouteInputHttpRouteSectionSource. addRoute(boolean isSecure, HttpMethod method, java.lang.String path)Adds a route. -
Uses of HttpMethod in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpMethod Modifier and Type Method Description HttpMethodHttpInputExplorerContext. getHttpMethod() -
Uses of HttpMethod in net.officefloor.web.route
Fields in net.officefloor.web.route with type parameters of type HttpMethod Modifier and Type Field Description java.util.function.Function<HttpMethod,WebRouteHandler>LeafWebRouteHandling. handlerFactoryFactory to create theWebRouteHandler.java.util.function.Function<HttpMethod,java.lang.String[]>LeafWebRouteHandling. parameterNamesFactoryFactory for the parameter names.Methods in net.officefloor.web.route with parameters of type HttpMethod Modifier and Type Method Description HttpInputPathWebRouterBuilder. addRoute(HttpMethod method, java.lang.String path, WebRouteHandler handler)Adds a route.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)WebServicerWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)Attempts to handle the path.Constructor parameters in net.officefloor.web.route with type arguments of type HttpMethod Constructor Description LeafWebRouteHandling(java.util.function.Function<HttpMethod,java.lang.String[]> parameterNamesFactory, java.util.function.Function<HttpMethod,WebRouteHandler> handlerFactory)Instantiate. -
Uses of HttpMethod in net.officefloor.woof.mock
Methods in net.officefloor.woof.mock with parameters of type HttpMethod Modifier and Type Method Description static MockHttpRequestBuilderMockWoofServer. mockJsonRequest(HttpMethod method, java.lang.Object jsonObject)CreateMockHttpRequestBuilderfor JSON payload.static MockHttpRequestBuilderMockWoofServer. mockJsonRequest(HttpMethod method, java.lang.String requestUri, java.lang.Object jsonObject)CreateMockHttpRequestBuilderfor JSON payload.
-