Uses of Interface
net.officefloor.server.http.DateHttpHeaderClock
Packages that use DateHttpHeaderClock
Package
Description
-
Uses of DateHttpHeaderClock in net.officefloor.server.google.function
Methods in net.officefloor.server.google.function that return DateHttpHeaderClockModifier and TypeMethodDescriptionGoogleFunctionHttpServerImplementation.getDateHttpHeaderClock()Obtains theDateHttpHeaderClock. -
Uses of DateHttpHeaderClock in net.officefloor.server.http
Methods in net.officefloor.server.http that return DateHttpHeaderClockConstructors in net.officefloor.server.http with parameters of type DateHttpHeaderClockModifierConstructorDescriptionAbstractHttpServicerFactory(HttpServerLocation serverLocation, boolean isSecure, HttpRequestParser.HttpRequestParserMetaData metaData, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace) Instantiate.HttpServer(HttpServerImplementation implementation, String typeQualifier, HttpServerLocation serverLocation, String serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace, SSLContext sslContext, DeployedOfficeInput serviceInput, OfficeFloorDeployer officeFloorDeployer, OfficeFloorSourceContext context) Instantiates theHttpServerfrom direct configuration.HttpServerSocketManagedObjectSource(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace) Instantiate for non-secure servicing.HttpServerSocketManagedObjectSource(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeEscalationStackTrace, SSLContext sslContext) Instantiate for secure servicing. -
Uses of DateHttpHeaderClock in net.officefloor.server.http.impl
Constructors in net.officefloor.server.http.impl with parameters of type DateHttpHeaderClockModifierConstructorDescriptionProcessAwareServerHttpConnectionManagedObject(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 DateHttpHeaderClock in net.officefloor.server.http.vertx
Constructors in net.officefloor.server.http.vertx with parameters of type DateHttpHeaderClockModifierConstructorDescriptionOfficeFloorVertxHandler(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTrace, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject> serviceInput) Instantiate. -
Uses of DateHttpHeaderClock in net.officefloor.spring.starter.rest
Constructors in net.officefloor.spring.starter.rest with parameters of type DateHttpHeaderClockModifierConstructorDescriptionSpringServerHttpConnection(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) Instantiate.