Class Curl.CurlResult

  • Enclosing interface:
    Curl

    public static class Curl.CurlResult
    extends Object
    • Constructor Detail

      • CurlResult

        public CurlResult()
    • Method Detail

      • getContentType

        public String getContentType()
      • setContentType

        public void setContentType​(String contentType)
      • getContentLength

        public int getContentLength()
      • setContentLength

        public void setContentLength​(int contentLength)
      • getContent

        public byte[] getContent()
      • setContent

        public void setContent​(byte[] content)
      • getErrorContent

        public byte[] getErrorContent()
      • setErrorContent

        public void setErrorContent​(byte[] errorContent)