-
ch.ethz.inf.vs.californium.network.serialization.DataParser.parseRequest()
-
com.alibaba.citrus.service.upload.impl.cfu.ServletFileUpload.parseRequest()
-
com.dotcms.repackage.org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest()
-
com.ramforth.webserver.http.parsers.HttpRequestParser.parseRequest()
-
com.ramforth.webserver.http.parsers.IHttpRequestParser.parseRequest()
-
org.ajax4jsf.request.MultipartRequest.parseRequest()
-
org.apache.commons.fileupload.DiskFileUpload.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
stream. If files are stored on disk, the path is given by getRepository()
.
@param req The servlet request to be parsed. Must be non-null.
@param sizeThreshold The max size in bytes to be stored in memory.
@param sizeMax The maximum allowed upload size, in bytes.
@param path The location where the files should be stored.
@return A list of FileItem
instances parsed from therequest, in the order that they were transmitted.
@throws FileUploadException if there are problems reading/parsingthe request or storing files.
@deprecated 1.1 Use ServletFileUpload
instead.
-
org.apache.commons.fileupload.FileUpload.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
stream. If files are stored on disk, the path is given by getRepositoryPath()
.
@param req The servlet request to be parsed.
@return A list of FileItem
instances parsed from therequest, in the order that they were transmitted.
@exception FileUploadException if there are problems reading/parsingthe request or storing files.
-
org.apache.commons.fileupload.FileUploadBase.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
stream.
@param req The servlet request to be parsed.
@return A list of FileItem
instances parsed from therequest, in the order that they were transmitted.
@throws FileUploadException if there are problems reading/parsingthe request or storing files.
@deprecated Use the method in ServletFileUpload
instead.
-
org.apache.commons.fileupload.LiferayDiskFileUpload.parseRequest()
-
org.apache.commons.fileupload.PortletDiskFileUpload.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
stream. If files are stored on disk, the path is given by getRepository()
.
@param req The servlet request to be parsed. Must be non-null.
@param sizeThreshold The max size in bytes to be stored in memory.
@param sizeMax The maximum allowed upload size, in bytes.
@param path The location where the files should be stored.
@return A list of FileItem
instances parsed from therequest, in the order that they were transmitted.
@exception FileUploadException if there are problems reading/parsingthe request or storing files.
-
org.apache.commons.fileupload.portlet.PortletFileUpload.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
stream.
@param request The portlet request to be parsed.
@return A list of FileItem
instances parsed from therequest, in the order that they were transmitted.
@throws FileUploadException if there are problems reading/parsingthe request or storing files.
-
org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
stream.
@param request The servlet request to be parsed.
@return A list of FileItem
instances parsed from therequest, in the order that they were transmitted.
@throws FileUploadException if there are problems reading/parsingthe request or storing files.
-
org.apache.cxf.sts.request.RequestParser.parseRequest()
-
org.apache.shindig.gadgets.oauth2.OAuth2Message.parseRequest()
Populates an OAuth2Message from the entire {@link HttpServletRequest}
@param request to parse
-
org.apache.tomcat.util.http.fileupload.DiskFileUpload.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
stream. If files are stored on disk, the path is given by getRepository()
.
@param req The servlet request to be parsed. Must be non-null.
@param sizeThreshold The max size in bytes to be stored in memory.
@param sizeMax The maximum allowed upload size, in bytes.
@param path The location where the files should be stored.
@return A list of FileItem
instances parsed from therequest, in the order that they were transmitted.
@exception FileUploadException if there are problems reading/parsingthe request or storing files.
-
org.apache.tomcat.util.http.fileupload.FileUpload.parseRequest()
-
org.apache.tomcat.util.http.fileupload.ServletFileUpload.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
stream.
@param request The servlet request to be parsed.
@return A list of FileItem
instances parsed from therequest, in the order that they were transmitted.
@throws FileUploadException if there are problems reading/parsingthe request or storing files.
-
org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
stream.
@param request The servlet request to be parsed.
@return A list of FileItem
instances parsed from therequest, in the order that they were transmitted.
@throws FileUploadException if there are problems reading/parsingthe request or storing files.
-
org.apache.wicket.util.upload.ServletFileUpload.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
stream.
@param request The servlet request to be parsed.
@return A list of FileItem
instances parsed from the request, in the order thatthey were transmitted.
@throws FileUploadException if there are problems reading/parsing the request or storing files.
-
org.openxri.urimapper.URIMapper.parseRequest()
Parses an incoming request (containing of path and query part of a URI)
@param request The path and query of the HTTP request.
@returns Object which describes the request to the server
-
org.restlet.ext.fileupload.RestletFileUpload.parseRequest()
etf.org/rfc/rfc1867.txt">RFC 1867 compliant multipart/form-data
input representation. Note that this will result in the writing of the parts on the disk.
@param request The request containing the entity to be parsed.
@return A list of FileItem
instances parsed, in the orderthat they were transmitted.
@throws FileUploadException if there are problems reading/parsing the request or storing files.
-
org.tamacat.httpd.mime.HttpFileUpload.parseRequest()
-
org.uengine.util.IntegrationDTO.parseRequest()
Request를 파싱해서 파라미터를 key로 파라미터값을 value로 해서 저장
@param request
@throws ServletException
-
org.wso2.carbon.bpel.ode.integration.axis2.WSDLAwareSOAPProcessor.parseRequest()