Uses of Class
net.officefloor.server.stream.ServerInputStream
-
Packages that use ServerInputStream Package Description net.officefloor.server.http net.officefloor.server.http.impl net.officefloor.server.stream.impl -
-
Uses of ServerInputStream in net.officefloor.server.http
Methods in net.officefloor.server.http that return ServerInputStream Modifier and Type Method Description ServerInputStream
HttpRequest. getEntity()
Obtains theServerInputStream
to the entity of the HTTP request. -
Uses of ServerInputStream in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return ServerInputStream Modifier and Type Method Description ServerInputStream
MaterialisingHttpRequest. getEntity()
ServerInputStream
SerialisableHttpRequest. getEntity()
-
Uses of ServerInputStream in net.officefloor.server.stream.impl
Subclasses of ServerInputStream in net.officefloor.server.stream.impl Modifier and Type Class Description class
ByteSequenceServerInputStream
-