All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.http.MimeParserReplyFactory

java.lang.Object
   |
   +----w3c.www.http.MimeParserReplyFactory

public class MimeParserReplyFactory
extends Object
implements MimeParserFactory
The MIME parse factory for HTTP replies.


Constructor Index

 o MimeParserReplyFactory()

Method Index

 o createHeaderHolder(MimeParser)
Create a new HTTP reply to hold the parser's result.

Constructors

 o MimeParserReplyFactory
 public MimeParserReplyFactory()

Methods

 o createHeaderHolder
 public MimeHeaderHolder createHeaderHolder(MimeParser parser)
Create a new HTTP reply to hold the parser's result.

Parameters:
parser - The MimeParser that wants to parse some message.
Returns:
A MimeParserHandler compliant object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index