Class NonWorkingResponseHandler

    • Constructor Detail

      • NonWorkingResponseHandler

        public NonWorkingResponseHandler()
    • Method Detail

      • 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.