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 ServerOutputStream
HttpResponse. getEntity()
Obtains theServerOutputStream
to 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 ServerOutputStream
ProcessAwareHttpResponse. getEntity()
-
Uses of ServerOutputStream in net.officefloor.server.stream.impl
Subclasses of ServerOutputStream in net.officefloor.server.stream.impl Modifier and Type Class Description class
BufferPoolServerOutputStream<B>
class
ProcessAwareServerOutputStream
ProcessState
aware wrappingServerOutputStream
.Constructors in net.officefloor.server.stream.impl with parameters of type ServerOutputStream Constructor Description ProcessAwareServerOutputStream(ServerOutputStream unsafeOutputStream, ManagedObjectContext context)
Instantiate.
-