public class NoFaultInjector extends java.lang.Object implements FaultInjector
Constructor and Description |
---|
NoFaultInjector(javax.servlet.http.HttpServletResponse httpServletResponse) |
Modifier and Type | Method and Description |
---|---|
void |
connectionResetByPeer() |
void |
emptyResponseAndCloseConnection() |
void |
malformedResponseChunk() |
void |
randomDataAndCloseConnection() |
public NoFaultInjector(javax.servlet.http.HttpServletResponse httpServletResponse)
public void connectionResetByPeer()
connectionResetByPeer
in interface FaultInjector
public void emptyResponseAndCloseConnection()
emptyResponseAndCloseConnection
in interface FaultInjector
public void malformedResponseChunk()
malformedResponseChunk
in interface FaultInjector
public void randomDataAndCloseConnection()
randomDataAndCloseConnection
in interface FaultInjector