com.liferay.portal.resiliency.spi.agent
Class SPIAgentRequest
java.lang.Object
com.liferay.portal.resiliency.spi.agent.SPIAgentSerializable
com.liferay.portal.resiliency.spi.agent.SPIAgentRequest
- All Implemented Interfaces:
- Serializable
public class SPIAgentRequest
- extends SPIAgentSerializable
- See Also:
- Serialized Form
|
Constructor Summary |
SPIAgentRequest(javax.servlet.http.HttpServletRequest request)
|
contentType
protected String contentType
cookies
protected javax.servlet.http.Cookie[] cookies
distributedRequestAttributes
protected Map<String,Serializable> distributedRequestAttributes
headerMap
protected Map<String,List<String>> headerMap
multipartParameterMap
protected Map<String,FileItem[]> multipartParameterMap
originalSessionAttributes
protected Map<String,Serializable> originalSessionAttributes
parameterMap
protected Map<String,String[]> parameterMap
regularParameterMap
protected Map<String,List<String>> regularParameterMap
requestBodyFile
protected File requestBodyFile
serverName
protected String serverName
serverPort
protected int serverPort
SPIAgentRequest
public SPIAgentRequest(javax.servlet.http.HttpServletRequest request)
throws IOException
- Throws:
IOException
getOriginalSessionAttributes
public Map<String,Serializable> getOriginalSessionAttributes()
populateRequest
public javax.servlet.http.HttpServletRequest populateRequest(javax.servlet.http.HttpServletRequest request)
populateSessionAttributes
public void populateSessionAttributes(javax.servlet.http.HttpSession httpSession)
toString
public String toString()
- Overrides:
toString in class Object