HTTP.Servlet.Request

Functions

NameSignature and Synopsis
getCookieValueString getCookieValue(Object[] allCookies, String cookieName)
Get servlet request cookie value
getMultipartContentObject getMultipartContent(Object request)
Get the complete Multipart Content in a Map.
getPartContentObject getPartContent(Object multipartContent, String partName)
Get the specified part of a Multipart content.
getRequestBrowserNameString getRequestBrowserName(Object request)
Get source request browser name.
getRequestContentbyte[] getRequestContent(Object request)
Get servlet request post data.
getRequestCookiesObject[] getRequestCookies(Object request)
Get servlet request cookies
getRequestHeaderString getRequestHeader(Object request, String headerName)
Get servlet request header value.
getRequestMethodString getRequestMethod(Object request)
Get servlet request method.
getRequestParameterString getRequestParameter(Object request, String paramName)
Get servlet request parameter value.
getRequestParameterValuesString[] getRequestParameterValues(Object request, String paramName)
Get all Values for servlet request parameter.
getRequestParametersString getRequestParameters(Object request)
Get names of all servlet request parameters.
getRequestURIString getRequestURI(Object request)
Get servlet request URI.
getRequestorAddressString getRequestorAddress(Object request)
Get address of the remote requestor.
getServerNameString getServerName(Object request)
Get name of the Web Server.
getServerPortint getServerPort(Object request)
Get the HTTP port of the Web Server.
getServerSchemeString getServerScheme(Object request)
Get the protocol of the Web Server.
startAsyncObject startAsync(Object servletRequest)
Start asynchronous processing of servlet