Liferay 6.2.0-ce-rc1

com.liferay.portal.resiliency.spi.agent
Class SPIAgentRequest

java.lang.Object
  extended by com.liferay.portal.resiliency.spi.agent.SPIAgentSerializable
      extended by com.liferay.portal.resiliency.spi.agent.SPIAgentRequest
All Implemented Interfaces:
Serializable

public class SPIAgentRequest
extends SPIAgentSerializable

See Also:
Serialized Form

Nested Class Summary
protected  class SPIAgentRequest.AgentHttpServletRequestWrapper
           
 
Field Summary
protected  String contentType
           
protected  javax.servlet.http.Cookie[] cookies
           
protected  Map<String,Serializable> distributedRequestAttributes
           
protected  Map<String,List<String>> headerMap
           
protected  Map<String,FileItem[]> multipartParameterMap
           
protected  Map<String,Serializable> originalSessionAttributes
           
protected  Map<String,String[]> parameterMap
           
protected  Map<String,List<String>> regularParameterMap
           
protected  File requestBodyFile
           
protected  String serverName
           
protected  int serverPort
           
 
Fields inherited from class com.liferay.portal.resiliency.spi.agent.SPIAgentSerializable
threadLocalDistributors
 
Constructor Summary
SPIAgentRequest(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 Map<String,Serializable> getOriginalSessionAttributes()
           
 javax.servlet.http.HttpServletRequest populateRequest(javax.servlet.http.HttpServletRequest request)
           
 void populateSessionAttributes(javax.servlet.http.HttpSession httpSession)
           
 String toString()
           
 
Methods inherited from class com.liferay.portal.resiliency.spi.agent.SPIAgentSerializable
captureThreadLocals, extractDistributedRequestAttributes, extractRequestHeaders, extractSessionAttributes, readFrom, restoreThreadLocals, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

SPIAgentRequest

public SPIAgentRequest(javax.servlet.http.HttpServletRequest request)
                throws IOException
Throws:
IOException
Method Detail

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

Liferay 6.2.0-ce-rc1