Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ContentCache (0.28 sec)

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

    import java.util.List;
    import java.util.Locale;
    import java.util.Map;
    import java.util.function.Function;
    
    import org.codelibs.curl.io.ContentCache;
    
    public class CurlResponse implements Closeable {
    
        private int httpStatusCode;
    
        private ContentCache contentCache;
    
        private String encoding;
    
        private Exception contentException;
    
        private Map<String, List<String>> headers;
    
        @Override
    Java
    - Registered: Thu May 09 15:34:10 GMT 2024
    - Last Modified: Mon Nov 14 21:05:19 GMT 2022
    - 4K bytes
    - Viewed (0)
Back to top