Interface DLPayload

  • All Known Implementing Classes:
    DLPayloadEntity

    public interface DLPayload
    A Payload which encapsulates downstream data
    Author:
    Jeremy Unruh
    • Method Detail

      • getHttpResponse

        HttpResponse getHttpResponse()
        The HttpResponse
        Returns:
        the HttpResponse
      • getInputStream

        InputStream getInputStream()
        The raw inputstream
        Returns:
        the inputstream
      • writeToFile

        void writeToFile​(File file)
                  throws IOException
        Writes the current stream to the specified file
        Parameters:
        file - the file to write to
        Throws:
        IOException