public interface HttpEntity
Modifier and Type | Method and Description |
---|---|
Serializable |
exportState()
Exports the current state of the entity.
|
ServerInputStream |
getInputStream()
Obtains the
ServerInputStream to the entity content. |
ServerInputStream getInputStream()
ServerInputStream
to the entity content.ServerInputStream
to the entity content.Serializable exportState() throws NotAllDataAvailableException
Exports the current state of the entity.
Note that only non-consumed content will be available in the current state.
NotAllDataAvailableException
- Should the data for the entity not be fully received from the
client.Copyright © 2005–2016. All rights reserved.