Class DummyRequest
- java.lang.Object
- 
- com.ibm.wsspi.webcontainer.servlet.DummyRequest
 
- 
- All Implemented Interfaces:
- IExtendedRequest,- javax.servlet.http.HttpServletRequest,- javax.servlet.ServletRequest
 
 public class DummyRequest extends java.lang.Object implements javax.servlet.http.HttpServletRequest, IExtendedRequest 
- 
- 
Constructor SummaryConstructors Constructor Description DummyRequest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParameter(java.lang.String name, java.lang.String[] values)voidaggregateQueryStringParams(java.lang.String additionalQueryString, boolean setQS)voidattributeAdded(java.lang.String key, java.lang.Object newVal)voidattributeRemoved(java.lang.String key, java.lang.Object oldVal)voidattributeReplaced(java.lang.String key, java.lang.Object oldVal)booleanauthenticate(javax.servlet.http.HttpServletResponse arg0)voidcloseResponseOutput()java.util.HashMapdeserializeInputStreamData(byte[][] input)voiddestroy()voidfinish()voidfinishAndDestroyConnectionContext()java.util.ListgetAllCookieValues(java.lang.String cookieName)Get the values for the cookie specified.javax.servlet.AsyncContextgetAsyncContext()java.lang.ObjectgetAttribute(java.lang.String arg0)java.util.Enumeration<java.lang.String>getAttributeNames()java.lang.StringgetAuthType()java.lang.StringgetCharacterEncoding()intgetContentLength()java.lang.StringgetContentType()java.lang.StringgetContextPath()javax.servlet.http.Cookie[]getCookies()byte[]getCookieValueAsBytes(java.lang.String cookieName)Returns a cookie value as byteslonggetDateHeader(java.lang.String arg0)javax.servlet.DispatcherTypegetDispatcherType()java.lang.StringgetEncodedRequestURI()returns url with encoded session information of the incoming requestjava.lang.StringgetHeader(java.lang.String arg0)java.util.Enumeration<java.lang.String>getHeaderNames()java.util.Enumeration<java.lang.String>getHeaders(java.lang.String arg0)javax.servlet.ServletInputStreamgetInputStream()java.util.HashMapgetInputStreamData()intgetIntHeader(java.lang.String arg0)IRequestgetIRequest()java.lang.StringgetLocalAddr()java.util.LocalegetLocale()java.util.Enumeration<java.util.Locale>getLocales()java.lang.StringgetLocalName()intgetLocalPort()java.lang.StringgetMethod()java.lang.StringgetParameter(java.lang.String arg0)java.util.Map<java.lang.String,java.lang.String[]>getParameterMap()java.util.Enumeration<java.lang.String>getParameterNames()java.lang.String[]getParameterValues(java.lang.String arg0)javax.servlet.http.PartgetPart(java.lang.String arg0)java.util.Collection<javax.servlet.http.Part>getParts()java.lang.StringgetPathInfo()java.lang.StringgetPathTranslated()java.lang.StringgetProtocol()java.lang.StringgetQueryString()java.io.BufferedReadergetReader()java.lang.StringgetReaderEncoding()java.lang.StringgetRealPath(java.lang.String arg0)java.lang.StringgetRemoteAddr()java.lang.StringgetRemoteHost()intgetRemotePort()java.lang.StringgetRemoteUser()javax.servlet.RequestDispatchergetRequestDispatcher(java.lang.String arg0)java.lang.StringgetRequestedSessionId()java.lang.StringgetRequestURI()java.lang.StringBuffergetRequestURL()IExtendedResponsegetResponse()booleangetRunningCollaborators()Returns boolean that indicates if collaborators are running.java.lang.StringgetScheme()java.lang.StringgetServerName()intgetServerPort()javax.servlet.ServletContextgetServletContext()java.lang.StringgetServletPath()javax.servlet.http.HttpSessiongetSession()javax.servlet.http.HttpSessiongetSession(boolean arg0)java.lang.ObjectgetSessionAffinityContext()Get the SessionAffinityContext for this requestbyte[]getSSLId()Returns incoming SSL session id of the request.java.lang.StringgetUpdatedSessionId()returns sessionId that is being generated for this requestjava.security.PrincipalgetUserPrincipal()IWebAppDispatcherContextgetWebAppDispatcherContext()voidinitForNextRequest(IRequest req)booleanisAsyncStarted()booleanisAsyncSupported()booleanisRequestedSessionIdFromCookie()booleanisRequestedSessionIdFromUrl()booleanisRequestedSessionIdFromURL()booleanisRequestedSessionIdValid()booleanisSecure()booleanisUserInRole(java.lang.String arg0)voidlogin(java.lang.String arg0, java.lang.String arg1)voidlogout()voidpushParameterStack()voidremoveAttribute(java.lang.String arg0)voidremoveHeader(java.lang.String header)voidremoveQSFromList()byte[][]serializeInputStreamData(java.util.Map isd)Serialize the Map object of InputStreamData.voidsetAsyncStarted(boolean b)voidsetAsyncSupported(boolean asyncSupported)voidsetAttribute(java.lang.String arg0, java.lang.Object arg1)voidsetCharacterEncoding(java.lang.String arg0)voidsetDispatcherType(javax.servlet.DispatcherType dispatcherType)voidsetInputStreamData(java.util.HashMap inStreamInfo)voidsetMethod(java.lang.String method)voidsetQueryString(java.lang.String qs)voidsetResponse(IExtendedResponse extResp)voidsetRunningCollaborators(boolean runningCollaborators)Sets boolean used to indicate to session manager if collaborators are running.voidsetSessionAffinityContext(java.lang.Object sac)Sets SessionAffinityContext for this requestvoidsetSessionId(java.lang.String id)Sets sessionId that is being generated for this requestvoidsetValuesIfMultiReadofPostdataEnabled()voidsetWebAppDispatcherContext(IWebAppDispatcherContext ctx)longsizeInputStreamData(java.util.Map isd)returns estimated size of serialized InputStreamData this code does not consider that the length in long overwraps.voidstart()javax.servlet.AsyncContextstartAsync()javax.servlet.AsyncContextstartAsync(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1)
 
- 
- 
- 
Method Detail- 
authenticatepublic boolean authenticate(javax.servlet.http.HttpServletResponse arg0) - Specified by:
- authenticatein interface- javax.servlet.http.HttpServletRequest
 
 - 
getAuthTypepublic java.lang.String getAuthType() - Specified by:
- getAuthTypein interface- javax.servlet.http.HttpServletRequest
 
 - 
getContextPathpublic java.lang.String getContextPath() - Specified by:
- getContextPathin interface- javax.servlet.http.HttpServletRequest
 
 - 
getCookiespublic javax.servlet.http.Cookie[] getCookies() - Specified by:
- getCookiesin interface- javax.servlet.http.HttpServletRequest
 
 - 
getDateHeaderpublic long getDateHeader(java.lang.String arg0) - Specified by:
- getDateHeaderin interface- javax.servlet.http.HttpServletRequest
 
 - 
getHeaderpublic java.lang.String getHeader(java.lang.String arg0) - Specified by:
- getHeaderin interface- javax.servlet.http.HttpServletRequest
 
 - 
getHeaderNamespublic java.util.Enumeration<java.lang.String> getHeaderNames() - Specified by:
- getHeaderNamesin interface- javax.servlet.http.HttpServletRequest
 
 - 
getHeaderspublic java.util.Enumeration<java.lang.String> getHeaders(java.lang.String arg0) - Specified by:
- getHeadersin interface- javax.servlet.http.HttpServletRequest
 
 - 
getIntHeaderpublic int getIntHeader(java.lang.String arg0) - Specified by:
- getIntHeaderin interface- javax.servlet.http.HttpServletRequest
 
 - 
getMethodpublic java.lang.String getMethod() - Specified by:
- getMethodin interface- javax.servlet.http.HttpServletRequest
 
 - 
getPartpublic javax.servlet.http.Part getPart(java.lang.String arg0) - Specified by:
- getPartin interface- javax.servlet.http.HttpServletRequest
 
 - 
getPartspublic java.util.Collection<javax.servlet.http.Part> getParts() - Specified by:
- getPartsin interface- javax.servlet.http.HttpServletRequest
 
 - 
getPathInfopublic java.lang.String getPathInfo() - Specified by:
- getPathInfoin interface- javax.servlet.http.HttpServletRequest
- Specified by:
- getPathInfoin interface- IExtendedRequest
 
 - 
getPathTranslatedpublic java.lang.String getPathTranslated() - Specified by:
- getPathTranslatedin interface- javax.servlet.http.HttpServletRequest
 
 - 
getQueryStringpublic java.lang.String getQueryString() - Specified by:
- getQueryStringin interface- javax.servlet.http.HttpServletRequest
- Specified by:
- getQueryStringin interface- IExtendedRequest
 
 - 
getRemoteUserpublic java.lang.String getRemoteUser() - Specified by:
- getRemoteUserin interface- javax.servlet.http.HttpServletRequest
 
 - 
getRequestURIpublic java.lang.String getRequestURI() - Specified by:
- getRequestURIin interface- javax.servlet.http.HttpServletRequest
- Specified by:
- getRequestURIin interface- IExtendedRequest
 
 - 
getRequestURLpublic java.lang.StringBuffer getRequestURL() - Specified by:
- getRequestURLin interface- javax.servlet.http.HttpServletRequest
 
 - 
getRequestedSessionIdpublic java.lang.String getRequestedSessionId() - Specified by:
- getRequestedSessionIdin interface- javax.servlet.http.HttpServletRequest
 
 - 
getServletPathpublic java.lang.String getServletPath() - Specified by:
- getServletPathin interface- javax.servlet.http.HttpServletRequest
 
 - 
getSessionpublic javax.servlet.http.HttpSession getSession() - Specified by:
- getSessionin interface- javax.servlet.http.HttpServletRequest
 
 - 
getSessionpublic javax.servlet.http.HttpSession getSession(boolean arg0) - Specified by:
- getSessionin interface- javax.servlet.http.HttpServletRequest
 
 - 
getUserPrincipalpublic java.security.Principal getUserPrincipal() - Specified by:
- getUserPrincipalin interface- javax.servlet.http.HttpServletRequest
 
 - 
isRequestedSessionIdFromCookiepublic boolean isRequestedSessionIdFromCookie() - Specified by:
- isRequestedSessionIdFromCookiein interface- javax.servlet.http.HttpServletRequest
 
 - 
isRequestedSessionIdFromURLpublic boolean isRequestedSessionIdFromURL() - Specified by:
- isRequestedSessionIdFromURLin interface- javax.servlet.http.HttpServletRequest
 
 - 
isRequestedSessionIdFromUrlpublic boolean isRequestedSessionIdFromUrl() - Specified by:
- isRequestedSessionIdFromUrlin interface- javax.servlet.http.HttpServletRequest
 
 - 
isRequestedSessionIdValidpublic boolean isRequestedSessionIdValid() - Specified by:
- isRequestedSessionIdValidin interface- javax.servlet.http.HttpServletRequest
 
 - 
isUserInRolepublic boolean isUserInRole(java.lang.String arg0) - Specified by:
- isUserInRolein interface- javax.servlet.http.HttpServletRequest
 
 - 
loginpublic void login(java.lang.String arg0, java.lang.String arg1) throws javax.servlet.ServletException- Specified by:
- loginin interface- javax.servlet.http.HttpServletRequest
- Throws:
- javax.servlet.ServletException
 
 - 
logoutpublic void logout() throws javax.servlet.ServletException- Specified by:
- logoutin interface- javax.servlet.http.HttpServletRequest
- Throws:
- javax.servlet.ServletException
 
 - 
getAsyncContextpublic javax.servlet.AsyncContext getAsyncContext() - Specified by:
- getAsyncContextin interface- IExtendedRequest
- Specified by:
- getAsyncContextin interface- javax.servlet.ServletRequest
 
 - 
getAttributepublic java.lang.Object getAttribute(java.lang.String arg0) - Specified by:
- getAttributein interface- javax.servlet.ServletRequest
 
 - 
getAttributeNamespublic java.util.Enumeration<java.lang.String> getAttributeNames() - Specified by:
- getAttributeNamesin interface- javax.servlet.ServletRequest
 
 - 
getCharacterEncodingpublic java.lang.String getCharacterEncoding() - Specified by:
- getCharacterEncodingin interface- javax.servlet.ServletRequest
 
 - 
getContentLengthpublic int getContentLength() - Specified by:
- getContentLengthin interface- javax.servlet.ServletRequest
 
 - 
getContentTypepublic java.lang.String getContentType() - Specified by:
- getContentTypein interface- javax.servlet.ServletRequest
 
 - 
getDispatcherTypepublic javax.servlet.DispatcherType getDispatcherType() - Specified by:
- getDispatcherTypein interface- javax.servlet.ServletRequest
 
 - 
getInputStreampublic javax.servlet.ServletInputStream getInputStream() throws java.io.IOException- Specified by:
- getInputStreamin interface- javax.servlet.ServletRequest
- Throws:
- java.io.IOException
 
 - 
getLocalAddrpublic java.lang.String getLocalAddr() - Specified by:
- getLocalAddrin interface- javax.servlet.ServletRequest
 
 - 
getLocalNamepublic java.lang.String getLocalName() - Specified by:
- getLocalNamein interface- javax.servlet.ServletRequest
 
 - 
getLocalPortpublic int getLocalPort() - Specified by:
- getLocalPortin interface- javax.servlet.ServletRequest
 
 - 
getLocalepublic java.util.Locale getLocale() - Specified by:
- getLocalein interface- javax.servlet.ServletRequest
 
 - 
getLocalespublic java.util.Enumeration<java.util.Locale> getLocales() - Specified by:
- getLocalesin interface- javax.servlet.ServletRequest
 
 - 
getParameterpublic java.lang.String getParameter(java.lang.String arg0) - Specified by:
- getParameterin interface- javax.servlet.ServletRequest
 
 - 
getParameterMappublic java.util.Map<java.lang.String,java.lang.String[]> getParameterMap() - Specified by:
- getParameterMapin interface- javax.servlet.ServletRequest
 
 - 
getParameterNamespublic java.util.Enumeration<java.lang.String> getParameterNames() - Specified by:
- getParameterNamesin interface- javax.servlet.ServletRequest
 
 - 
getParameterValuespublic java.lang.String[] getParameterValues(java.lang.String arg0) - Specified by:
- getParameterValuesin interface- javax.servlet.ServletRequest
 
 - 
getProtocolpublic java.lang.String getProtocol() - Specified by:
- getProtocolin interface- javax.servlet.ServletRequest
 
 - 
getReaderpublic java.io.BufferedReader getReader() throws java.io.IOException- Specified by:
- getReaderin interface- javax.servlet.ServletRequest
- Throws:
- java.io.IOException
 
 - 
getRealPathpublic java.lang.String getRealPath(java.lang.String arg0) - Specified by:
- getRealPathin interface- javax.servlet.ServletRequest
 
 - 
getRemoteAddrpublic java.lang.String getRemoteAddr() - Specified by:
- getRemoteAddrin interface- javax.servlet.ServletRequest
 
 - 
getRemoteHostpublic java.lang.String getRemoteHost() - Specified by:
- getRemoteHostin interface- javax.servlet.ServletRequest
 
 - 
getRemotePortpublic int getRemotePort() - Specified by:
- getRemotePortin interface- javax.servlet.ServletRequest
 
 - 
getRequestDispatcherpublic javax.servlet.RequestDispatcher getRequestDispatcher(java.lang.String arg0) - Specified by:
- getRequestDispatcherin interface- javax.servlet.ServletRequest
 
 - 
getSchemepublic java.lang.String getScheme() - Specified by:
- getSchemein interface- javax.servlet.ServletRequest
 
 - 
getServerNamepublic java.lang.String getServerName() - Specified by:
- getServerNamein interface- javax.servlet.ServletRequest
 
 - 
getServerPortpublic int getServerPort() - Specified by:
- getServerPortin interface- javax.servlet.ServletRequest
 
 - 
getServletContextpublic javax.servlet.ServletContext getServletContext() - Specified by:
- getServletContextin interface- javax.servlet.ServletRequest
 
 - 
isAsyncStartedpublic boolean isAsyncStarted() - Specified by:
- isAsyncStartedin interface- javax.servlet.ServletRequest
 
 - 
isAsyncSupportedpublic boolean isAsyncSupported() - Specified by:
- isAsyncSupportedin interface- javax.servlet.ServletRequest
 
 - 
isSecurepublic boolean isSecure() - Specified by:
- isSecurein interface- javax.servlet.ServletRequest
 
 - 
removeAttributepublic void removeAttribute(java.lang.String arg0) - Specified by:
- removeAttributein interface- javax.servlet.ServletRequest
 
 - 
setAttributepublic void setAttribute(java.lang.String arg0, java.lang.Object arg1)- Specified by:
- setAttributein interface- javax.servlet.ServletRequest
 
 - 
setCharacterEncodingpublic void setCharacterEncoding(java.lang.String arg0) throws java.io.UnsupportedEncodingException- Specified by:
- setCharacterEncodingin interface- javax.servlet.ServletRequest
- Throws:
- java.io.UnsupportedEncodingException
 
 - 
startAsyncpublic javax.servlet.AsyncContext startAsync() - Specified by:
- startAsyncin interface- javax.servlet.ServletRequest
 
 - 
startAsyncpublic javax.servlet.AsyncContext startAsync(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1)- Specified by:
- startAsyncin interface- javax.servlet.ServletRequest
 
 - 
addParameterpublic void addParameter(java.lang.String name, java.lang.String[] values)- Specified by:
- addParameterin interface- IExtendedRequest
 
 - 
aggregateQueryStringParamspublic void aggregateQueryStringParams(java.lang.String additionalQueryString, boolean setQS)- Specified by:
- aggregateQueryStringParamsin interface- IExtendedRequest
 
 - 
attributeAddedpublic void attributeAdded(java.lang.String key, java.lang.Object newVal)- Specified by:
- attributeAddedin interface- IExtendedRequest
 
 - 
attributeRemovedpublic void attributeRemoved(java.lang.String key, java.lang.Object oldVal)- Specified by:
- attributeRemovedin interface- IExtendedRequest
 
 - 
attributeReplacedpublic void attributeReplaced(java.lang.String key, java.lang.Object oldVal)- Specified by:
- attributeReplacedin interface- IExtendedRequest
 
 - 
destroypublic void destroy() - Specified by:
- destroyin interface- IExtendedRequest
 
 - 
finishpublic void finish() throws javax.servlet.ServletException- Specified by:
- finishin interface- IExtendedRequest
- Throws:
- javax.servlet.ServletException
 
 - 
getAllCookieValuespublic java.util.List getAllCookieValues(java.lang.String cookieName) Description copied from interface:IExtendedRequestGet the values for the cookie specified.- Specified by:
- getAllCookieValuesin interface- IExtendedRequest
- Returns:
- List of values associated with this cookie name.
 
 - 
getCookieValueAsBytespublic byte[] getCookieValueAsBytes(java.lang.String cookieName) Description copied from interface:IExtendedRequestReturns a cookie value as bytes- Specified by:
- getCookieValueAsBytesin interface- IExtendedRequest
 
 - 
getEncodedRequestURIpublic java.lang.String getEncodedRequestURI() Description copied from interface:IExtendedRequestreturns url with encoded session information of the incoming request- Specified by:
- getEncodedRequestURIin interface- IExtendedRequest
 
 - 
getIRequestpublic IRequest getIRequest() - Specified by:
- getIRequestin interface- IExtendedRequest
 
 - 
getReaderEncodingpublic java.lang.String getReaderEncoding() - Specified by:
- getReaderEncodingin interface- IExtendedRequest
 
 - 
getResponsepublic IExtendedResponse getResponse() - Specified by:
- getResponsein interface- IExtendedRequest
 
 - 
getRunningCollaboratorspublic boolean getRunningCollaborators() Description copied from interface:IExtendedRequestReturns boolean that indicates if collaborators are running. Used by session manager when session security integration is enabled.- Specified by:
- getRunningCollaboratorsin interface- IExtendedRequest
 
 - 
getSSLIdpublic byte[] getSSLId() Description copied from interface:IExtendedRequestReturns incoming SSL session id of the request. Applicable only for requests over ssl- Specified by:
- getSSLIdin interface- IExtendedRequest
 
 - 
getSessionAffinityContextpublic java.lang.Object getSessionAffinityContext() Description copied from interface:IExtendedRequestGet the SessionAffinityContext for this request- Specified by:
- getSessionAffinityContextin interface- IExtendedRequest
- Returns:
- SessionAffinityContext object
 
 - 
getUpdatedSessionIdpublic java.lang.String getUpdatedSessionId() Description copied from interface:IExtendedRequestreturns sessionId that is being generated for this request- Specified by:
- getUpdatedSessionIdin interface- IExtendedRequest
 
 - 
getWebAppDispatcherContextpublic IWebAppDispatcherContext getWebAppDispatcherContext() - Specified by:
- getWebAppDispatcherContextin interface- IExtendedRequest
 
 - 
initForNextRequestpublic void initForNextRequest(IRequest req) - Specified by:
- initForNextRequestin interface- IExtendedRequest
 
 - 
pushParameterStackpublic void pushParameterStack() - Specified by:
- pushParameterStackin interface- IExtendedRequest
 
 - 
removeHeaderpublic void removeHeader(java.lang.String header) - Specified by:
- removeHeaderin interface- IExtendedRequest
 
 - 
removeQSFromListpublic void removeQSFromList() - Specified by:
- removeQSFromListin interface- IExtendedRequest
 
 - 
setMethodpublic void setMethod(java.lang.String method) - Specified by:
- setMethodin interface- IExtendedRequest
 
 - 
setQueryStringpublic void setQueryString(java.lang.String qs) - Specified by:
- setQueryStringin interface- IExtendedRequest
 
 - 
setResponsepublic void setResponse(IExtendedResponse extResp) - Specified by:
- setResponsein interface- IExtendedRequest
 
 - 
setRunningCollaboratorspublic void setRunningCollaborators(boolean runningCollaborators) Description copied from interface:IExtendedRequestSets boolean used to indicate to session manager if collaborators are running.- Specified by:
- setRunningCollaboratorsin interface- IExtendedRequest
 
 - 
setSessionAffinityContextpublic void setSessionAffinityContext(java.lang.Object sac) Description copied from interface:IExtendedRequestSets SessionAffinityContext for this request- Specified by:
- setSessionAffinityContextin interface- IExtendedRequest
 
 - 
setSessionIdpublic void setSessionId(java.lang.String id) Description copied from interface:IExtendedRequestSets sessionId that is being generated for this request- Specified by:
- setSessionIdin interface- IExtendedRequest
 
 - 
setWebAppDispatcherContextpublic void setWebAppDispatcherContext(IWebAppDispatcherContext ctx) - Specified by:
- setWebAppDispatcherContextin interface- IExtendedRequest
 
 - 
startpublic void start() - Specified by:
- startin interface- IExtendedRequest
 
 - 
closeResponseOutputpublic void closeResponseOutput() - Specified by:
- closeResponseOutputin interface- IExtendedRequest
 
 - 
finishAndDestroyConnectionContextpublic void finishAndDestroyConnectionContext() - Specified by:
- finishAndDestroyConnectionContextin interface- IExtendedRequest
 
 - 
setAsyncSupportedpublic void setAsyncSupported(boolean asyncSupported) - Specified by:
- setAsyncSupportedin interface- IExtendedRequest
 
 - 
setDispatcherTypepublic void setDispatcherType(javax.servlet.DispatcherType dispatcherType) - Specified by:
- setDispatcherTypein interface- IExtendedRequest
 
 - 
setAsyncStartedpublic void setAsyncStarted(boolean b) - Specified by:
- setAsyncStartedin interface- IExtendedRequest
 
 - 
getInputStreamDatapublic java.util.HashMap getInputStreamData() throws java.io.IOException- Specified by:
- getInputStreamDatain interface- IExtendedRequest
- Throws:
- java.io.IOException
 
 - 
setInputStreamDatapublic void setInputStreamData(java.util.HashMap inStreamInfo) throws java.io.IOException- Specified by:
- setInputStreamDatain interface- IExtendedRequest
- Throws:
- java.io.IOException
 
 - 
serializeInputStreamDatapublic byte[][] serializeInputStreamData(java.util.Map isd) throws java.io.IOException, java.io.UnsupportedEncodingException, java.lang.IllegalStateExceptionDescription copied from interface:IExtendedRequestSerialize the Map object of InputStreamData. The format is as follows: byte[0][] : byte array of long value of INPUT_STREAM_CONTENT_DATA_LENGTH byte[1][] : the length of INPUT_STREAM_CONTENT_TYPE byte[2][] : the byte array of the value of INPUT_STREAM_CONTENT_TYPE if the length is zero, it only contains one byte data of which value is zero. byte[3...] : byte array of INPUT_STREAM_CONTENT_DATA (it could be multiple tWAS v9) byte[3] doesn't exist if the length is zero.- Specified by:
- serializeInputStreamDatain interface- IExtendedRequest
- Throws:
- java.io.IOException
- java.io.UnsupportedEncodingException
- java.lang.IllegalStateException
 
 - 
deserializeInputStreamDatapublic java.util.HashMap deserializeInputStreamData(byte[][] input) throws java.io.UnsupportedEncodingException, java.lang.IllegalStateException- Specified by:
- deserializeInputStreamDatain interface- IExtendedRequest
- Throws:
- java.io.UnsupportedEncodingException
- java.lang.IllegalStateException
 
 - 
sizeInputStreamDatapublic long sizeInputStreamData(java.util.Map isd) throws java.io.UnsupportedEncodingException, java.lang.IllegalStateExceptionDescription copied from interface:IExtendedRequestreturns estimated size of serialized InputStreamData this code does not consider that the length in long overwraps.- Specified by:
- sizeInputStreamDatain interface- IExtendedRequest
- Throws:
- java.io.UnsupportedEncodingException
- java.lang.IllegalStateException
 
 - 
setValuesIfMultiReadofPostdataEnabledpublic void setValuesIfMultiReadofPostdataEnabled() - Specified by:
- setValuesIfMultiReadofPostdataEnabledin interface- IExtendedRequest
 
 
- 
 
-