- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getContentEncoding (0.58 sec)
-
src/main/java/org/codelibs/curl/CurlRequest.java
} writeContent(() -> { try { if (con.getResponseCode() < 400) { if (GZIP.equals(con.getContentEncoding())) { return new GZIPInputStream(con.getInputStream()); } else { return con.getInputStream(); }Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Mon Nov 24 03:10:07 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NtlmHttpURLConnection.java
} catch (final IOException ex) {} return connection.getContentType(); } @Override public String getContentEncoding() { try { handshake(); } catch (final IOException ex) {} return connection.getContentEncoding(); } @Override public long getExpiration() { try { handshake();
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
@Override public String getContentType() { handshake(); return this.connection.getContentType(); } @Override public String getContentEncoding() { handshake(); return this.connection.getContentEncoding(); } @Override public long getExpiration() { handshake(); return this.connection.getExpiration(); } @OverrideRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 53.7K bytes - Viewed (0)