Uses of Class
org.apache.http.entity.BasicHttpEntity
-
Packages that use BasicHttpEntity Package Description org.apache.http.impl.entity Default implementations of entity content strategies.org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication. -
-
Uses of BasicHttpEntity in org.apache.http.impl.entity
Methods in org.apache.http.impl.entity that return BasicHttpEntity Modifier and Type Method Description protected BasicHttpEntityEntityDeserializer. doDeserialize(SessionInputBuffer inBuffer, HttpMessage message)Deprecated.Creates aBasicHttpEntitybased on properties of the given message. -
Uses of BasicHttpEntity in org.apache.http.nio.entity
Subclasses of BasicHttpEntity in org.apache.http.nio.entity Modifier and Type Class Description classContentBufferEntityHTTP entity wrapper whose content is provided by aContentInputBuffer.
-