- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for usingProxy (0.89 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/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)