public class SPIAgentResponse extends SPIAgentSerializable
Modifier and Type | Field and Description |
---|---|
protected byte[] |
byteData |
protected Map<String,Serializable> |
deltaSessionAttributes |
protected Map<String,Serializable> |
distributedRequestAttributes |
protected Exception |
exception |
protected com.liferay.portal.kernel.servlet.MetaInfoCacheServletResponse.MetaData |
metaData |
protected boolean |
portalResiliencyResponse |
protected String |
stringData |
servletContextName, threadLocalDistributors
Constructor and Description |
---|
SPIAgentResponse(String servletContextName) |
Modifier and Type | Method and Description |
---|---|
void |
captureRequestSessionAttributes(javax.servlet.http.HttpServletRequest request) |
void |
captureResponse(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.servlet.BufferCacheServletResponse bufferCacheServletResponse) |
void |
populate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setException(Exception exception) |
captureThreadLocals, extractDistributedRequestAttributes, extractRequestHeaders, extractSessionAttributes, readFrom, restoreThreadLocals, writeTo
protected byte[] byteData
protected Map<String,Serializable> deltaSessionAttributes
protected Map<String,Serializable> distributedRequestAttributes
protected Exception exception
protected com.liferay.portal.kernel.servlet.MetaInfoCacheServletResponse.MetaData metaData
protected boolean portalResiliencyResponse
protected String stringData
public void captureRequestSessionAttributes(javax.servlet.http.HttpServletRequest request)
public void captureResponse(javax.servlet.http.HttpServletRequest request, com.liferay.portal.kernel.servlet.BufferCacheServletResponse bufferCacheServletResponse) throws IOException
IOException
public void populate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws com.liferay.portal.kernel.resiliency.PortalResiliencyException
com.liferay.portal.kernel.resiliency.PortalResiliencyException
public void setException(Exception exception)