Expresso 5-6

Uses of Package
com.jcorporate.expresso.core.misc.upload

Packages that use com.jcorporate.expresso.core.misc.upload
com.jcorporate.expresso.core.misc.upload Classes to assist in parsing multi-part upload requests 
 

Classes in com.jcorporate.expresso.core.misc.upload used by com.jcorporate.expresso.core.misc.upload
BaseValueParser
          BaseValueParser is a base class for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (DefaultParameterParser and DefaultCookieParser)

It can also be used standalone, for an example see DataStreamParser.

FileItem
           This class represents a file that was received by Turbine using multipart/form-data POST request.
MultipartStream.IllegalBoundaryException
          Thrown upon attempt of setting an invalid boundary token.
MultipartStream.MalformedStreamException
          Thrown to indicate that the input stream fails to follow the required syntax.
ParameterParser
          ParameterParser is an interface to a utility to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
ValueParser
          ValueParser is a base interface for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (ParameterParser and CookieParser)

NOTE: The name= portion of a name=value pair may be converted to lowercase or uppercase when the object is initialized and when new data is added.

 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.