F G I L M R S W

F

finish() - Method in class lindhorst.servlet.http.MultipartResponse
 

G

getAttribute(String) - Method in class lindhorst.servlet.http.MultipartRequest
Returns the value of the named attribute of the request, or null if the attribute does not exist.
getAttributeNames() - Method in class lindhorst.servlet.http.MultipartRequest
 
getAuthType() - Method in class lindhorst.servlet.http.MultipartRequest
Gets the authentication scheme of this request.
getBlockAsString() - Method in class lindhorst.servlet.http.WritableMultipartBlock
 
getBlockAsString() - Method in class lindhorst.servlet.http.ReadableMultipartBlock
 
getBoundary() - Method in class lindhorst.servlet.http.WritableMultipartBlock
 
getBoundary() - Method in class lindhorst.servlet.http.MultipartRequest
the boundary returned by this method is the boundary extracted from the original request plus a leading "--"
getCharacterEncoding() - Method in class lindhorst.servlet.http.MultipartRequest
Returns the character set encoding for the input of this request.
getContentAsByteArray() - Method in class lindhorst.servlet.http.WritableMultipartBlock
 
getContentAsString() - Method in class lindhorst.servlet.http.WritableMultipartBlock
 
getContentData() - Method in class lindhorst.servlet.http.ReadableMultipartBlock
 
getContentLength() - Method in class lindhorst.servlet.http.MultipartRequest
Returns the size of the request entity data, or -1 if not known.
getContentName() - Method in class lindhorst.servlet.http.ReadableMultipartBlock
 
getContentType() - Method in class lindhorst.servlet.http.WritableMultipartBlock
 
getContentType() - Method in class lindhorst.servlet.http.ReadableMultipartBlock
 
getContentType() - Method in class lindhorst.servlet.http.MultipartRequest
Returns the Internet Media Type of the request entity data, or null if not known.
getContextPath() - Method in class lindhorst.servlet.http.MultipartRequest
 
getCookies() - Method in class lindhorst.servlet.http.MultipartRequest
Gets the array of cookies found in this request.
getDateHeader(String) - Method in class lindhorst.servlet.http.MultipartRequest
Gets the value of the requested date header field of this request.
getHeader(String) - Method in class lindhorst.servlet.http.MultipartRequest
Gets the value of the requested header field of this request.
getHeaderNames() - Method in class lindhorst.servlet.http.MultipartRequest
Gets the header names for this request.
getHeaders(String) - Method in class lindhorst.servlet.http.MultipartRequest
 
getInputStream() - Method in class lindhorst.servlet.http.MultipartRequest
Returns an input stream for reading binary data in the request body.
getIntHeader(String) - Method in class lindhorst.servlet.http.MultipartRequest
Gets the value of the specified integer header field of this request.
getLocale() - Method in class lindhorst.servlet.http.MultipartRequest
 
getLocales() - Method in class lindhorst.servlet.http.MultipartRequest
 
getMethod() - Method in class lindhorst.servlet.http.MultipartRequest
Gets the HTTP method (for example, GET, POST, PUT) with which this request was made.
getParameter(String) - Method in class lindhorst.servlet.http.MultipartRequest
Returns a string containing the lone value of the specified parameter, or null if the parameter does not exist.
getParameterContent(String) - Method in class lindhorst.servlet.http.MultipartRequest
 
getParameterContentFileName(String) - Method in class lindhorst.servlet.http.MultipartRequest
 
getParameterContentType(String) - Method in class lindhorst.servlet.http.MultipartRequest
 
getParameterMap() - Method in class lindhorst.servlet.http.MultipartRequest
 
getParameterName() - Method in class lindhorst.servlet.http.ReadableMultipartBlock
returns the name of the parameter contained in this block
getParameterNames() - Method in class lindhorst.servlet.http.MultipartRequest
Returns the parameter names for this request as an enumeration of strings, or an empty enumeration if there are no parameters or the input stream is empty.
getParameterValue() - Method in class lindhorst.servlet.http.ReadableMultipartBlock
returns the value of this block if it holds a text-based parameter
getParameterValues(String) - Method in class lindhorst.servlet.http.MultipartRequest
Returns the values of the specified parameter for the request as an array of strings, or null if the named parameter does not exist.
getPathInfo() - Method in class lindhorst.servlet.http.MultipartRequest
Gets any optional extra path information following the servlet path of this request's URI, but immediately preceding its query string.
getPathTranslated() - Method in class lindhorst.servlet.http.MultipartRequest
Gets any optional extra path information following the servlet path of this request's URI, but immediately preceding its query string, and translates it to a real path.
getProtocol() - Method in class lindhorst.servlet.http.MultipartRequest
Returns the protocol and version of the request as a string of the form <protocol>/<major version>.
getQueryString() - Method in class lindhorst.servlet.http.MultipartRequest
Gets any query string that is part of the HTTP request URI.
getRawData() - Method in class lindhorst.servlet.http.WritableMultipartBlock
 
getRawData() - Method in class lindhorst.servlet.http.ReadableMultipartBlock
 
getRawData() - Method in class lindhorst.servlet.http.MultipartRequest
 
getReader() - Method in class lindhorst.servlet.http.MultipartRequest
Returns a buffered reader for reading text in the request body.
getRealPath(String) - Method in class lindhorst.servlet.http.MultipartRequest
Applies alias rules to the specified virtual path and returns the corresponding real path, or null if the translation can not be performed for any reason.
getRemoteAddr() - Method in class lindhorst.servlet.http.MultipartRequest
Returns the IP address of the agent that sent the request.
getRemoteHost() - Method in class lindhorst.servlet.http.MultipartRequest
Returns the fully qualified host name of the agent that sent the request.
getRemoteUser() - Method in class lindhorst.servlet.http.MultipartRequest
Gets the name of the user making this request.
getRequestDispatcher(String) - Method in class lindhorst.servlet.http.MultipartRequest
 
getRequestedSessionId() - Method in class lindhorst.servlet.http.MultipartRequest
Gets the session id specified with this request.
getRequestURI() - Method in class lindhorst.servlet.http.MultipartRequest
Gets, from the first line of the HTTP request, the part of this request's URI that is to the left of any query string.
getRequestURL() - Method in class lindhorst.servlet.http.MultipartRequest
 
getScheme() - Method in class lindhorst.servlet.http.MultipartRequest
Returns the scheme of the URL used in this request, for example "http", "https", or "ftp".
getServerName() - Method in class lindhorst.servlet.http.MultipartRequest
Returns the host name of the server that received the request.
getServerPort() - Method in class lindhorst.servlet.http.MultipartRequest
Returns the port number on which this request was received.
getServletPath() - Method in class lindhorst.servlet.http.MultipartRequest
Gets the part of this request's URI that refers to the servlet being invoked.
getSession() - Method in class lindhorst.servlet.http.MultipartRequest
 
getSession(boolean) - Method in class lindhorst.servlet.http.MultipartRequest
Gets the current valid session associated with this request, if create is false or, if necessary, creates a new session for the request, if create is true.
getUserPrincipal() - Method in class lindhorst.servlet.http.MultipartRequest
 

I

isContentParameter(String) - Method in class lindhorst.servlet.http.MultipartRequest
 
isNormalParameter() - Method in class lindhorst.servlet.http.ReadableMultipartBlock
determines if this block holds a normal text-based parameter
isNormalParameter(String) - Method in class lindhorst.servlet.http.MultipartRequest
 
isRequestedSessionIdFromCookie() - Method in class lindhorst.servlet.http.MultipartRequest
Checks whether the session id specified by this request came in as a cookie.
isRequestedSessionIdFromUrl() - Method in class lindhorst.servlet.http.MultipartRequest
Checks whether the session id specified by this request came in as part of the URL.
isRequestedSessionIdFromURL() - Method in class lindhorst.servlet.http.MultipartRequest
 
isRequestedSessionIdValid() - Method in class lindhorst.servlet.http.MultipartRequest
Checks whether this request is associated with a session that is valid in the current session context.
isSecure() - Method in class lindhorst.servlet.http.MultipartRequest
 
isUploadedContent() - Method in class lindhorst.servlet.http.ReadableMultipartBlock
determines whether this block holds content
isUserInRole(String) - Method in class lindhorst.servlet.http.MultipartRequest
 

L

lindhorst.servlet.http - package lindhorst.servlet.http
 

M

MultipartRequest - class lindhorst.servlet.http.MultipartRequest.
Other than the normal HttpServletRequest class contained in Sun's Servlet Development Kit, this class handles requests with content type "multipart/form-data".
MultipartRequest(HttpServletRequest) - Constructor for class lindhorst.servlet.http.MultipartRequest
creates a new MultipartRequest instance from the given HttpServletRequest with the default maximum allowed size.
MultipartRequest(HttpServletRequest, int) - Constructor for class lindhorst.servlet.http.MultipartRequest
creates a new MultipartRequest instance from the given HttpServletRequest with the given maximum allowed size.
MultipartResponse - class lindhorst.servlet.http.MultipartResponse.
 
MultipartResponse(HttpServletResponse) - Constructor for class lindhorst.servlet.http.MultipartResponse
 

R

ReadableMultipartBlock - class lindhorst.servlet.http.ReadableMultipartBlock.
A class representing one block in a Multipart Request.
ReadableMultipartBlock(byte[]) - Constructor for class lindhorst.servlet.http.ReadableMultipartBlock
converts the raw data beginning with a boundary to information accessible by this object's getXXX methods
removeAttribute(String) - Method in class lindhorst.servlet.http.MultipartRequest
 

S

sendNewResponsePart(String, byte[]) - Method in class lindhorst.servlet.http.MultipartResponse
 
sendNewResponsePart(String, String) - Method in class lindhorst.servlet.http.MultipartResponse
 
setAttribute(String, Object) - Method in class lindhorst.servlet.http.MultipartRequest
 
setBoundary(String) - Method in class lindhorst.servlet.http.WritableMultipartBlock
 
setCharacterEncoding(String) - Method in class lindhorst.servlet.http.MultipartRequest
 
setContent(byte[]) - Method in class lindhorst.servlet.http.WritableMultipartBlock
 
setContent(String) - Method in class lindhorst.servlet.http.WritableMultipartBlock
 
setContentType(String) - Method in class lindhorst.servlet.http.WritableMultipartBlock
 

W

WritableMultipartBlock - class lindhorst.servlet.http.WritableMultipartBlock.
 
WritableMultipartBlock(String, byte[]) - Constructor for class lindhorst.servlet.http.WritableMultipartBlock
 
WritableMultipartBlock(String, String) - Constructor for class lindhorst.servlet.http.WritableMultipartBlock
 
WritableMultipartBlock(String, String, byte[]) - Constructor for class lindhorst.servlet.http.WritableMultipartBlock
 
WritableMultipartBlock(String, String, String) - Constructor for class lindhorst.servlet.http.WritableMultipartBlock
 

F G I L M R S W