Uses of Class
net.officefloor.server.stream.ServerOutputStream
-
Packages that use ServerOutputStream Package Description net.officefloor.server.http net.officefloor.server.http.impl net.officefloor.server.stream.impl -
-
Uses of ServerOutputStream in net.officefloor.server.http
Methods in net.officefloor.server.http that return ServerOutputStream Modifier and Type Method Description ServerOutputStreamHttpResponse. 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 Modifier and Type Method Description ServerOutputStreamProcessAwareHttpResponse. getEntity() -
Uses of ServerOutputStream in net.officefloor.server.stream.impl
Subclasses of ServerOutputStream in net.officefloor.server.stream.impl Modifier and Type Class Description classBufferPoolServerOutputStream<B>classProcessAwareServerOutputStreamProcessStateaware wrappingServerOutputStream.Constructors in net.officefloor.server.stream.impl with parameters of type ServerOutputStream Constructor Description ProcessAwareServerOutputStream(ServerOutputStream unsafeOutputStream, ManagedObjectContext context)Instantiate.
-