The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback


Class grendel.mime.parser.MimeMessageExternalBody

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



Copyright © 1998 The Mozilla Organization.