You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.mime.parser.MimeMessageExternalBody

java.lang.Object
   |
   +----grendel.mime.parser.MimeObject
           |
           +----grendel.mime.parser.MimeContainer
                   |
                   +----grendel.mime.parser.MimeMessageRFC822
                           |
                           +----grendel.mime.parser.MimeMessageExternalBody

This class implements the parser for the message/external-body MIME containers, which is essentially a glorified URL. This behaves like a message, in that it contains interior headers; but the content-type on those headers refers to remote data, not to the type of a nested part. So, we parse the interior headers, but always treat the body of message/external-body as text/plain.

See Also: MimeLeaf


class  MimeMessageExternalBody
     extends grendel.mime.parser.MimeMessageRFC822
{
          // Constructors 1
     public MimeMessageExternalBody(String, InternetHeaders);

          // Methods 1
     public MimeObject makeChild(String, InternetHeaders);
}



Constructors


MimeMessageExternalBody

   public MimeMessageExternalBody(String content_type, 
                                  InternetHeaders headers) 



Methods


makeChild

   public MimeObject makeChild(String child_type, 
                               InternetHeaders child_headers) 
Overrides:
makeChild in class MimeContainer


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4