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
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.