Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for NO_TIMEOUT (0.04 seconds)

  1. src/main/java/jcifs/util/transport/Transport.java

            if (isDisconnected() && this.state != 5) {
                throw new TransportException("Transport is disconnected " + this.name);
            }
            try {
                final long timeout = !params.contains(RequestParam.NO_TIMEOUT) ? getResponseTimeout(request) : 0;
    
                final long firstKey = doSend(request, response, params, timeout);
    
                if (Thread.currentThread() == this.thread) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 27.8K bytes
    - Click Count (0)
Back to Top