com.antiaction.mayhem.httpd.input
Interface IContentParser

All Known Implementing Classes:
ContentMultipartFormData, ContentURLEncoded

public interface IContentParser

Interface for content-type body parsers.

Version:
1.00
Author:
Nicholas Clarke

Method Summary
 boolean accept(HttpServletRequestImpl dreq)
           
 boolean init(java.util.Properties props)
           
 boolean parseContent(HttpServletRequestImpl dreq)
           
 

Method Detail

init

boolean init(java.util.Properties props)

accept

boolean accept(HttpServletRequestImpl dreq)

parseContent

boolean parseContent(HttpServletRequestImpl dreq)
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.