public class SPIAgentRequest extends SPIAgentSerializable
Modifier and Type | Class and Description |
---|---|
protected class |
SPIAgentRequest.AgentHttpServletRequestWrapper |
Modifier and Type | Field and Description |
---|---|
protected String |
contentType |
protected byte[][] |
cookiesBytes |
protected Map<String,Serializable> |
distributedRequestAttributes |
protected Map<String,List<String>> |
headerMap |
protected Map<String,com.liferay.portal.kernel.upload.FileItem[]> |
multipartParameterMap |
protected Map<String,Serializable> |
originalSessionAttributes |
protected Map<String,String[]> |
parameterMap |
protected Map<String,List<String>> |
regularParameterMap |
protected String |
remoteAddr |
protected String |
remoteHost |
protected int |
remotePort |
protected String |
remoteUser |
protected File |
requestBodyFile |
protected String |
serverName |
protected int |
serverPort |
servletContextName, threadLocalDistributors
Constructor and Description |
---|
SPIAgentRequest(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
Map<String,Serializable> |
getOriginalSessionAttributes() |
static void |
populatePortletSessionAttributes(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session) |
javax.servlet.http.HttpServletRequest |
populateRequest(javax.servlet.http.HttpServletRequest request) |
void |
populateSessionAttributes(javax.servlet.http.HttpSession session) |
String |
toString() |
captureThreadLocals, extractDistributedRequestAttributes, extractRequestHeaders, extractSessionAttributes, readFrom, restoreThreadLocals, writeTo
protected String contentType
protected byte[][] cookiesBytes
protected Map<String,Serializable> distributedRequestAttributes
protected Map<String,List<String>> headerMap
protected Map<String,com.liferay.portal.kernel.upload.FileItem[]> multipartParameterMap
protected Map<String,Serializable> originalSessionAttributes
protected Map<String,String[]> parameterMap
protected Map<String,List<String>> regularParameterMap
protected String remoteAddr
protected String remoteHost
protected int remotePort
protected String remoteUser
protected File requestBodyFile
protected String serverName
protected int serverPort
public SPIAgentRequest(javax.servlet.http.HttpServletRequest request) throws IOException
IOException
public static void populatePortletSessionAttributes(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session)
public Map<String,Serializable> getOriginalSessionAttributes()
public javax.servlet.http.HttpServletRequest populateRequest(javax.servlet.http.HttpServletRequest request)
public void populateSessionAttributes(javax.servlet.http.HttpSession session)
public String toString()
toString
in class Object