Uses of Class
net.officefloor.server.http.impl.ProcessAwareServerHttpConnectionManagedObject
Packages that use ProcessAwareServerHttpConnectionManagedObject
Package
Description
-
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam that return types with arguments of type ProcessAwareServerHttpConnectionManagedObjectModifier and TypeMethodDescriptionSamHttpServerImplementation.getInput()Obtains theExternalServiceInputto service the AWS API event. -
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.google.function
Methods in net.officefloor.server.google.function that return types with arguments of type ProcessAwareServerHttpConnectionManagedObjectModifier and TypeMethodDescriptionGoogleFunctionHttpServerImplementation.getInput()Obtains theExternalServiceInputto service the AWS API event. -
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type ProcessAwareServerHttpConnectionManagedObjectModifier and TypeMethodDescriptionprotected abstract ProcessManagerAbstractHttpServicerFactory.service(ProcessAwareServerHttpConnectionManagedObject<ByteBuffer> connection) Services theProcessAwareServerHttpConnectionManagedObject. -
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.http.impl
Constructors in net.officefloor.server.http.impl with parameters of type ProcessAwareServerHttpConnectionManagedObjectModifierConstructorDescriptionProcessAwareHttpResponse(ProcessAwareServerHttpConnectionManagedObject<B> serverHttpConnection, HttpVersion version, ManagedObjectContext managedObjectContext) Instantiate. -
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock that return types with arguments of type ProcessAwareServerHttpConnectionManagedObjectModifier and TypeMethodDescriptionstatic ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject<ByteBuffer>> MockHttpServer.getExternalServiceInput(OfficeSectionInput input) Convenience method to extractExternalServiceInputfromOfficeSectionInput.static ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject<ByteBuffer>> MockHttpServer.getExternalServiceInput(DeployedOfficeInput input) Convenience method to extractExternalServiceInputfromDeployedOfficeInput.Method parameters in net.officefloor.server.http.mock with type arguments of type ProcessAwareServerHttpConnectionManagedObjectModifier and TypeMethodDescriptionMockHttpServer.direct(MockHttpRequestBuilder request, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject<ByteBuffer>> externalServiceInput) Undertakes direct invocation of servicing theMockHttpRequestBuilder.voidMockHttpServer.direct(MockHttpRequestBuilder request, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject<ByteBuffer>> externalServiceInput, MockHttpRequestCallback callback) Triggers direct handling ofMockHttpRequestBuilder. -
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet that return types with arguments of type ProcessAwareServerHttpConnectionManagedObjectModifier and TypeMethodDescriptionHttpServletOfficeFloorBridge.getInput()Obtains theExternalServiceInput.Constructor parameters in net.officefloor.server.http.servlet with type arguments of type ProcessAwareServerHttpConnectionManagedObjectModifierConstructorDescriptionHttpServletOfficeFloorBridge(HttpServerLocation location, boolean isIncludeEscalationStackTrace, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject> input) Instantiate. -
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.http.vertx
Constructor parameters in net.officefloor.server.http.vertx with type arguments of type ProcessAwareServerHttpConnectionManagedObjectModifierConstructorDescriptionOfficeFloorVertxHandler(HttpServerLocation serverLocation, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTrace, ExternalServiceInput<ServerHttpConnection, ProcessAwareServerHttpConnectionManagedObject> serviceInput) Instantiate. -
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.spring.starter.rest
Modifier and TypeClassDescriptionclassProcessAwareServerHttpConnectionManagedObjectfor Spring MVC.