Uses of Class
net.officefloor.server.stream.ServerOutputStream
Packages that use ServerOutputStream
Package
Description
-
Uses of ServerOutputStream in net.officefloor.server.http
Methods in net.officefloor.server.http that return ServerOutputStreamModifier and TypeMethodDescriptionHttpResponse.getEntity()Obtains theServerOutputStreamto write the entity of the response. -
Uses of ServerOutputStream in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return ServerOutputStream -
Uses of ServerOutputStream in net.officefloor.server.stream.impl
Subclasses of ServerOutputStream in net.officefloor.server.stream.implConstructors in net.officefloor.server.stream.impl with parameters of type ServerOutputStreamModifierConstructorDescriptionProcessAwareServerOutputStream(ServerOutputStream unsafeOutputStream, ManagedObjectContext context) Instantiate.