Uses of Class
net.officefloor.server.http.impl.ProcessAwareServerHttpConnectionManagedObject
-
Packages that use ProcessAwareServerHttpConnectionManagedObject Package Description net.officefloor.server.http net.officefloor.server.http.impl net.officefloor.server.http.servlet -
-
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 ProcessManagerAbstractHttpServicerFactory. 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.
-