Name | Signature and Synopsis |
---|---|
getCookieValue | String getCookieValue(Object[] allCookies, String cookieName) Get servlet request cookie value |
getMultipartContent | Object getMultipartContent(Object request) Get the complete Multipart Content in a Map. |
getPartContent | Object getPartContent(Object multipartContent, String partName) Get the specified part of a Multipart content. |
getRequestBrowserName | String getRequestBrowserName(Object request) Get source request browser name. |
getRequestContent | byte[] getRequestContent(Object request) Get servlet request post data. |
getRequestCookies | Object[] getRequestCookies(Object request) Get servlet request cookies |
getRequestHeader | String getRequestHeader(Object request, String headerName) Get servlet request header value. |
getRequestMethod | String getRequestMethod(Object request) Get servlet request method. |
getRequestParameter | String getRequestParameter(Object request, String paramName) Get servlet request parameter value. |
getRequestParameterValues | String[] getRequestParameterValues(Object request, String paramName) Get all Values for servlet request parameter. |
getRequestParameters | String getRequestParameters(Object request) Get names of all servlet request parameters. |
getRequestURI | String getRequestURI(Object request) Get servlet request URI. |
getRequestorAddress | String getRequestorAddress(Object request) Get address of the remote requestor. |
getServerName | String getServerName(Object request) Get name of the Web Server. |
getServerPort | int getServerPort(Object request) Get the HTTP port of the Web Server. |
getServerScheme | String getServerScheme(Object request) Get the protocol of the Web Server. |
startAsync | Object startAsync(Object servletRequest) Start asynchronous processing of servlet |