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, writeToprotected 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 SPIAgentResponse(String servletContextName)
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
IOExceptionpublic void populate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws com.liferay.portal.kernel.resiliency.PortalResiliencyException
com.liferay.portal.kernel.resiliency.PortalResiliencyExceptionpublic void setException(Exception exception)