Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl.old.net
Class HttpFormDataDecoder

Object
   |
   +--HttpFormDataDecoder

   in HttpCollection.h

class HttpFormDataDecoder
extends Object


Inner Classes, Typedefs, and Enums
enum HttpFormDataDecoder::DataState
          
 
Constructor Summary
HttpFormDataDecoder( size_t nBufferSize = 4096 )
          
virtual ~HttpFormDataDecoder()
          
 
Method Summary
 void decode( StringToStringVectorMap& paramResult, HttpFormData* pFileDataResult, InputStream* pInput, const char* pszContentType, size_t nContentLength )
          
 static String getBoundary( const char* pszContentType )
          
 static bool isValidType( const char* pszContentType )
          
 const String& warnings() const
          
   
Methods inherited from class Object
toString, destroy, className, isInstanceOf, typeInfo
 

Constructor Detail

HttpFormDataDecoder

public HttpFormDataDecoder( size_t nBufferSize = 4096 );

~HttpFormDataDecoder

public virtual ~HttpFormDataDecoder();


Method Detail

decode

public void decode( StringToStringVectorMap& paramResult, HttpFormData* pFileDataResult, InputStream* pInput, const char* pszContentType, size_t nContentLength ) throw( HttpFormDataDecoderException* );

getBoundary

public static String getBoundary( const char* pszContentType );

isValidType

public static bool isValidType( const char* pszContentType );

warnings

public const String& warnings() const;

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD