Uses of Class
org.apache.http.entity.AbstractHttpEntity
-
Packages that use AbstractHttpEntity Package Description org.apache.http.entity Core HTTP entity implementations.org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication. -
-
Uses of AbstractHttpEntity in org.apache.http.entity
Subclasses of AbstractHttpEntity in org.apache.http.entity Modifier and Type Class Description classBasicHttpEntityA generic streamed, non-repeatable entity that obtains its content from anInputStream.classByteArrayEntityA self contained, repeatable entity that obtains its content from a byte array.classEntityTemplateEntity that delegates the process of content generation to aContentProducer.classFileEntityA self contained, repeatable entity that obtains its content from a file.classInputStreamEntityA streamed, non-repeatable entity that obtains its content from anInputStream.classSerializableEntityA streamed entity that obtains its content from aSerializable.classStringEntityA self contained, repeatable entity that obtains its content from aString. -
Uses of AbstractHttpEntity in org.apache.http.nio.entity
Subclasses of AbstractHttpEntity in org.apache.http.nio.entity Modifier and Type Class Description classContentBufferEntityHTTP entity wrapper whose content is provided by aContentInputBuffer.classNByteArrayEntityA simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.classNFileEntityA self contained, repeatable non-blocking entity that retrieves its content from a file.classNStringEntityA simple, self contained, repeatable non-blocking entity that retrieves its content from aStringobject.
-