Class NonWorkingResponseHandler

java.lang.Object
com.yahoo.jdisc.test.NonWorkingResponseHandler
All Implemented Interfaces:
ResponseHandler

public class NonWorkingResponseHandler extends Object implements ResponseHandler
Author:
Simon Thoresen Hult
  • Constructor Details

    • NonWorkingResponseHandler

      public NonWorkingResponseHandler()
  • Method Details

    • handleResponse

      public ContentChannel handleResponse(Response response)
      Description copied from interface: ResponseHandler
      This method will process the given Response and return a ContentChannel into which the caller can write the Response's content.
      Specified by:
      handleResponse in interface ResponseHandler
      Parameters:
      response - the Response to handle
      Returns:
      the ContentChannel to write the Response content to. Notice that the ContentChannel holds a Container reference, so failure to close this will prevent the Container from ever shutting down.