Uses of Class
net.officefloor.server.http.impl.ProcessAwareServerHttpConnectionManagedObject
-
-
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam that return types with arguments of type ProcessAwareServerHttpConnectionManagedObject Modifier and Type Method Description ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject>
SamHttpServerImplementation. getInput()
Obtains theExternalServiceInput
to service the AWS API event. -
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type ProcessAwareServerHttpConnectionManagedObject Modifier and Type Method Description protected abstract ProcessManager
AbstractHttpServicerFactory. service(ProcessAwareServerHttpConnectionManagedObject<java.nio.ByteBuffer> connection)
Services theProcessAwareServerHttpConnectionManagedObject
. -
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return types with arguments of type ProcessAwareServerHttpConnectionManagedObject Modifier and Type Method Description static ExternalServiceCleanupEscalationHandler<ProcessAwareServerHttpConnectionManagedObject>
ProcessAwareServerHttpConnectionManagedObject. getCleanupEscalationHandler()
Obtains theExternalServiceCleanupEscalationHandler
.Constructors in net.officefloor.server.http.impl with parameters of type ProcessAwareServerHttpConnectionManagedObject Constructor Description ProcessAwareHttpResponse(ProcessAwareServerHttpConnectionManagedObject<B> serverHttpConnection, HttpVersion version, ManagedObjectContext managedObjectContext)
Instantiate. -
Uses of ProcessAwareServerHttpConnectionManagedObject in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet that return types with arguments of type ProcessAwareServerHttpConnectionManagedObject Modifier and Type Method Description ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject>
HttpServletOfficeFloorBridge. getInput()
Obtains theExternalServiceInput
.Constructor parameters in net.officefloor.server.http.servlet with type arguments of type ProcessAwareServerHttpConnectionManagedObject Constructor Description HttpServletOfficeFloorBridge(HttpServerLocation location, boolean isIncludeEscalationStackTrace, ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject> input)
Instantiate.
-