Interface ClientRequest.OutputStreamHandler

Enclosing interface:
ClientRequest<T extends ClientRequest<T>>

public static interface ClientRequest.OutputStreamHandler
Handle output stream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle the output stream.
  • Method Details

    • handle

      void handle(OutputStream out) throws IOException
      Handle the output stream.
      Parameters:
      out - output stream to write data to
      Throws:
      IOException - in case the write fails