Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Apache.http.entity Classes and Interfaces - 29 results found.
NameDescriptionTypePackageFramework
AbstractHttpEntityAbstract base class for entities.Classapache.http.entityApache HttpComponents
BasicHttpEntityA generic streamed, non-repeatable entity that obtains its content from an InputStream.Classapache.http.entityApache HttpComponents
BufferedHttpEntityA wrapping entity that buffers it content if necessary.Classapache.http.entityApache HttpComponents
ByteArrayEntityA self contained, repeatable entity that obtains its content from a byte array.Classapache.http.entityApache HttpComponents
ContentLengthStrategyRepresents a strategy to determine length of the enclosed content entity based on properties of the HTTP message.Interfaceapache.http.entityApache HttpComponents
ContentProducerAn abstract entity content producer.Interfaceapache.http.entityApache HttpComponents
ContentTypeContent type information consisting of a MIME type and an optional charset.Classapache.http.entityApache HttpComponents
EntityTemplateEntity that delegates the process of content generation to a ContentProducer.Classapache.http.entityApache HttpComponents
FileEntityA self contained, repeatable entity that obtains its content from a file.Classapache.http.entityApache HttpComponents
HttpEntityWrapperBase class for wrapping entities.Classapache.http.entityApache HttpComponents
InputStreamEntityClassapache.http.entityApache HttpComponents
SerializableEntityA streamed entity that obtains its content from a Serializable.Classapache.http.entityApache HttpComponents
StringEntityClassapache.http.entityApache HttpComponents
AbstractContentBodyClassorg.apache.http.entity.mime.contentApache HttpComponents
ByteArrayBodyBinary body part backed by a byte array.Classorg.apache.http.entity.mime.contentApache HttpComponents
ContentBodyInterfaceorg.apache.http.entity.mime.contentApache HttpComponents
ContentDescriptorRepresents common content properties.Interfaceorg.apache.http.entity.mime.contentApache HttpComponents
FileBodyBinary body part backed by a file.Classorg.apache.http.entity.mime.contentApache HttpComponents
FormBodyPartFormBodyPart class represents a content body that can be used as a part of multipart encoded entities.Classorg.apache.http.entity.mimeApache HttpComponents
FormBodyPartBuilderBuilder for individual FormBodyParts.Classorg.apache.http.entity.mimeApache HttpComponents
HeaderThe header of an entity (see RFC 2045).Classorg.apache.http.entity.mimeApache HttpComponents
HttpMultipartHttpMultipart represents a collection of MIME multipart encoded content bodies.Classorg.apache.http.entity.mimeApache HttpComponents
HttpMultipartModeenum HttpMultipartModeEnum Constant SummaryClassorg.apache.http.entity.mimeApache HttpComponents
InputStreamBodyBinary body part backed by an input stream.Classorg.apache.http.entity.mime.contentApache HttpComponents
MIMEClassorg.apache.http.entity.mimeApache HttpComponents
MinimalFieldClassorg.apache.http.entity.mimeApache HttpComponents
MultipartEntityMultipart/form coded HTTP entity consisting of multiple body parts.Classorg.apache.http.entity.mimeApache HttpComponents
MultipartEntityBuilderBuilder for multipart HttpEntitys.Classorg.apache.http.entity.mimeApache HttpComponents
StringBodyText body part backed by a byte array.Classorg.apache.http.entity.mime.contentApache HttpComponents