Entity
object is used to represent the HTTP entity received from the client. The entity contains a header and body as well as the underlying Channel
for the connection. If there is no body with the entity this will provide an empty body object which provides a zero length sequence of bytes.
@author Niall Gallagher
|
|