Uses of Class
net.officefloor.server.http.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in net.officefloor.scalatest
Methods in net.officefloor.scalatest that return HttpMethodModifier and TypeMethodDescriptionScalaMockWoofServerStaticAccess.httpMethod(String methodName) Obtains theHttpMethod. -
Uses of HttpMethod in net.officefloor.server.http
Fields in net.officefloor.server.http declared as HttpMethodModifier and TypeFieldDescriptionstatic 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 HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.getHttpMethod(String methodName) Obtains theHttpMethod.HttpMethod.HttpMethodEnum.getHttpMethod()Obtains the singletonHttpMethodfor thisHttpMethod.HttpMethodEnum.HttpRequest.getMethod()Obtains theHttpMethod.Methods in net.officefloor.server.http with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanHttpMethod.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 HttpMethodModifier and TypeMethodDescriptionMaterialisingHttpRequest.getMethod()SerialisableHttpRequest.getMethod()Constructors in net.officefloor.server.http.impl with parameters of type HttpMethodModifierConstructorDescriptionSerialisableHttpRequest(HttpMethod method, String requestUri, HttpVersion version, SerialisableHttpRequestHeaders headers, HttpRequestCookies cookies, ByteArrayByteSequence entity) Instantiate.Constructor parameters in net.officefloor.server.http.impl with type arguments of type HttpMethodModifierConstructorDescriptionMaterialisingHttpRequest(Supplier<HttpMethod> methodSupplier, Supplier<String> requestUriSupplier, HttpVersion version, HttpRequestHeaders headers, HttpRequestCookies cookies, ByteSequence entity) Instantiate.ProcessAwareServerHttpConnectionManagedObject(HttpServerLocation serverLocation, boolean isSecure, Supplier<HttpMethod> methodSupplier, Supplier<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 HttpMethodModifier and TypeMethodDescriptionMockHttpRequestBuilder.method(HttpMethod method) Specifies theHttpMethod.static MockHttpRequestBuilderMockHttpServer.mockJsonRequest(HttpMethod method, String requestUri, Object jsonObject) CreateMockHttpRequestBuilderfor JSON payload. -
Uses of HttpMethod in net.officefloor.server.http.parse
Methods in net.officefloor.server.http.parse that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionHttpRequestParser.getMethod()Obtains theSupplierof theHttpMethod. -
Uses of HttpMethod in net.officefloor.spring.starter.rest
Methods in net.officefloor.spring.starter.rest that return HttpMethodConstructor parameters in net.officefloor.spring.starter.rest with type arguments of type HttpMethodModifierConstructorDescriptionSpringServerHttpConnection(HttpServerLocation serverLocation, boolean isSecure, Supplier<HttpMethod> methodSupplier, Supplier<String> requestUriSupplier, HttpVersion version, NonMaterialisedHttpHeaders requestHeaders, ByteSequence requestEntity, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTraceOnEscalation, HttpResponseWriter<ByteBuffer> writer, StreamBufferPool<ByteBuffer> bufferPool, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler, org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter handlerAdapter, org.springframework.web.servlet.DispatcherServlet dispatcherServlet, org.springframework.context.ApplicationContext applicationContext, List<SpringExceptionHandler> exceptionHandlers) Instantiate. -
Uses of HttpMethod in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpRouteSectionSource.addRoute(boolean isSecure, HttpMethod method, String path) Adds a route. -
Uses of HttpMethod in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpMethod -
Uses of HttpMethod in net.officefloor.web.rest.build
Methods in net.officefloor.web.rest.build that return HttpMethodModifier and TypeMethodDescriptionRestMethod.getHttpMethod()Obtains theHttpMethod.RestMethodDecoratorContext.getHttpMethod()Obtains theHttpMethod.RestMethodImpl.getHttpMethod()Methods in net.officefloor.web.rest.build with parameters of type HttpMethodModifier and TypeMethodDescriptionRestArchitect.addRestService(boolean isSecure, HttpMethod method, String restPath, String compositionLocation, PropertyList properties, RestConfiguration endpointConfiguration) Adds servicing of aRestMethod.RestEmployer.RestArchitectImpl.addRestService(boolean isSecure, HttpMethod method, String restPath, String compositionLocation, PropertyList properties, RestConfiguration endpointConfiguration) Constructors in net.officefloor.web.rest.build with parameters of type HttpMethodModifierConstructorDescriptionRestMethodContextImpl(boolean isSecure, HttpMethod httpMethod, RestPathContext path, OfficeSectionInput sectionInput, RestConfiguration configuration, OfficeArchitect officeArchitect, WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeSourceContext) RestMethodImpl(boolean isSecure, HttpMethod httpMethod, HttpInput httpInput, OfficeSectionInput sectionInput, Object[] momentos) Instantiate. -
Uses of HttpMethod in net.officefloor.web.route
Fields in net.officefloor.web.route with type parameters of type HttpMethodModifier and TypeFieldDescriptionfinal Function<HttpMethod,WebRouteHandler> LeafWebRouteHandling.handlerFactoryFactory to create theWebRouteHandler.final Function<HttpMethod,String[]> LeafWebRouteHandling.parameterNamesFactoryFactory for the parameter names.Methods in net.officefloor.web.route with parameters of type HttpMethodModifier and TypeMethodDescriptionWebRouterBuilder.addRoute(HttpMethod method, String path, WebRouteHandler handler) Adds a route.static 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) WebRouteNode.handle(HttpMethod method, 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 HttpMethodModifierConstructorDescriptionLeafWebRouteHandling(Function<HttpMethod, String[]> parameterNamesFactory, Function<HttpMethod, WebRouteHandler> handlerFactory) Instantiate.