Interface ExecListener.Response

  • Enclosing interface:
    ExecListener

    public static interface ExecListener.Response
    • Method Detail

      • code

        int code()
      • body

        String body()
             throws IOException
        May be null if not provided by the underlying implementation.
        Returns:
        the body as a String
        Throws:
        IOException