- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for usingProxy (0.38 sec)
-
src/main/java/jcifs/smb1/http/NtlmHttpURLConnection.java
@Override public void disconnect() { connection.disconnect(); handshakeComplete = false; connected = false; } @Override public boolean usingProxy() { return connection.usingProxy(); } @Override public InputStream getErrorStream() { try { handshake(); } catch (final IOException ex) {}
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 22.1K bytes - Viewed (0) -
src/test/java/org/codelibs/curl/io/IOIntegrationTest.java
MockHttpURLConnection(URL u) { super(u); } @Override public void disconnect() { // Do Nothing } @Override public boolean usingProxy() { return false; } @Override public void connect() throws IOException { // Do Nothing } @Override
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Sat May 10 01:44:04 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
public void disconnect() { this.connection.disconnect(); this.handshakeComplete = false; this.connected = false; } @Override public boolean usingProxy() { return this.connection.usingProxy(); } @Override public InputStream getErrorStream() { handshake(); return this.connection.getErrorStream(); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0)