Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setContentException (0.08 sec)

  1. src/main/java/org/codelibs/curl/CurlResponse.java

        }
    
        public String getEncoding() {
            return encoding;
        }
    
        public void setEncoding(final String encoding) {
            this.encoding = encoding;
        }
    
        public void setContentException(final Exception e) {
            contentException = e;
        }
    
        public Exception getContentException() {
            return contentException;
        }
    
    Registered: Thu Oct 31 02:32:13 UTC 2024
    - Last Modified: Mon Nov 14 21:05:19 UTC 2022
    - 4K bytes
    - Viewed (0)
Back to top