Uses of Class
ccs.mime.HeaderedEntity

Packages that use HeaderedEntity
ccs.http Utility methods for HTTP servers. 
ccs.mime Classes for MIME entities, similar structures inside certain non-MIME protocols, (HTTP to the white courtesy phone please) and allied trades. 
 

Uses of HeaderedEntity in ccs.http
 

Methods in ccs.http with parameters of type HeaderedEntity
static java.lang.String HUtil.multipartName(HeaderedEntity he)
          For a HeaderedEntity that is part of a multipart form, extract the name of the control for which this part contains the value.
static java.lang.String HUtil.multipartStringValue(HeaderedEntity he, java.lang.String charset)
          For a HeaderedEntity that is part of a multipart form, extract the information which the user placed in the control - the "value" - provided that value is a text string.
 

Uses of HeaderedEntity in ccs.mime
 

Subclasses of HeaderedEntity in ccs.mime
 class MimeEntity
          The HeaderedEntity finds multiple uses in simple MIME or MIME-like applications (e.g.
 

Methods in ccs.mime that return HeaderedEntity
 HeaderedEntity MimeHeader.getParent()
          Return the HeaderedEntity this belongs to
static HeaderedEntity[] MUtil.rawMultipartSet(java.io.InputStream src, int len, java.lang.String contentTypeRaw)
          Separates an input stream, which contains data in the MIME multipart format, into an array of HeaderedEntity objects, each of which represents an individual part of the multipart.
 

Constructors in ccs.mime with parameters of type HeaderedEntity
MimeHeader(HeaderedEntity parent, int index, java.lang.String name, java.lang.String raw)
          A MimeHeader which decodes the value part of the header into a value and a set of parameters, and also stores other optional information about the header.