public interface SPIAgent
| Modifier and Type | Interface and Description |
|---|---|
static class |
SPIAgent.Lifecycle |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(SPI spi) |
javax.servlet.http.HttpServletRequest |
prepareRequest(javax.servlet.http.HttpServletRequest httpServletRequest) |
javax.servlet.http.HttpServletResponse |
prepareResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
transferResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Exception e) |
void destroy()
void init(SPI spi) throws PortalResiliencyException
PortalResiliencyExceptionjavax.servlet.http.HttpServletRequest prepareRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
throws IOException
IOExceptionjavax.servlet.http.HttpServletResponse prepareResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
void service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws PortalResiliencyException
PortalResiliencyExceptionvoid transferResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Exception e)
throws IOException
IOException