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 HttpMethod
ScalaMockWoofServerStaticAccess. 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 HttpMethod
HttpMethod. CONNECT
CONNECTHttpMethod
singleton.static HttpMethod
HttpMethod. DELETE
DELETEHttpMethod
singleton.static HttpMethod
HttpMethod. GET
GETHttpMethod
singleton.static HttpMethod
HttpMethod. HEAD
HEADHttpMethod
singleton.static HttpMethod
HttpMethod. OPTIONS
OPTIONSHttpMethod
singleton.static HttpMethod
HttpMethod. POST
POSTHttpMethod
singleton.static HttpMethod
HttpMethod. PUT
PUTHttpMethod
singleton.Methods in net.officefloor.server.http that return HttpMethod Modifier and Type Method Description static HttpMethod
HttpMethod. getHttpMethod(java.lang.String methodName)
Obtains theHttpMethod
.HttpMethod
HttpMethod.HttpMethodEnum. getHttpMethod()
Obtains the singletonHttpMethod
for thisHttpMethod.HttpMethodEnum
.HttpMethod
HttpRequest. getMethod()
Obtains theHttpMethod
.Methods in net.officefloor.server.http with parameters of type HttpMethod Modifier and Type Method Description boolean
HttpMethod. 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 HttpMethod
MaterialisingHttpRequest. getMethod()
HttpMethod
SerialisableHttpRequest. 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 MockHttpRequestBuilder
MockHttpRequestBuilder. 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 theSupplier
of theHttpMethod
. -
Uses of HttpMethod in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpMethod Modifier and Type Method Description HttpRouteSectionSource.RouteInput
HttpRouteSectionSource. 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 HttpMethod
HttpInputExplorerContext. 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. handlerFactory
Factory to create theWebRouteHandler
.java.util.function.Function<HttpMethod,java.lang.String[]>
LeafWebRouteHandling. parameterNamesFactory
Factory for the parameter names.Methods in net.officefloor.web.route with parameters of type HttpMethod Modifier and Type Method Description HttpInputPath
WebRouterBuilder. addRoute(HttpMethod method, java.lang.String path, WebRouteHandler handler)
Adds a route.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)
WebServicer
WebRouteNode. 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 MockHttpRequestBuilder
MockWoofServer. mockJsonRequest(HttpMethod method, java.lang.Object jsonObject)
CreateMockHttpRequestBuilder
for JSON payload.static MockHttpRequestBuilder
MockWoofServer. mockJsonRequest(HttpMethod method, java.lang.String requestUri, java.lang.Object jsonObject)
CreateMockHttpRequestBuilder
for JSON payload.
-