Liferay 6.2-ce-ga5

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  byte[][] cookiesBytes
           
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  String remoteAddr
           
protected  String remoteHost
           
protected  int remotePort
           
protected  String remoteUser
           
protected  File requestBodyFile
           
protected  String serverName
           
protected  int serverPort
           
 
Fields inherited from class com.liferay.portal.resiliency.spi.agent.SPIAgentSerializable
servletContextName, threadLocalDistributors
 
Constructor Summary
SPIAgentRequest(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 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()
           
 
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

cookiesBytes

protected byte[][] cookiesBytes

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

remoteAddr

protected String remoteAddr

remoteHost

protected String remoteHost

remotePort

protected int remotePort

remoteUser

protected String remoteUser

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

populatePortletSessionAttributes

public static void populatePortletSessionAttributes(javax.servlet.http.HttpServletRequest request,
                                                    javax.servlet.http.HttpSession session)

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 session)

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.2-ce-ga5