Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Pairing (0.14 sec)

  1. src/main/java/jcifs/smb/SmbTreeImpl.java

                            // finished connecting
                            return null;
                        }
                        // failure to connect
                        throw new SmbException("Tree disconnected while waiting for connection");
                    }
                    else if ( before == 2 ) {
                        // concurrently connected
                        return null;
                    }
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 29.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/netbios/NameServiceClientImpl.java

                    }
                    catch ( InterruptedIOException ioe ) {
                        if ( log.isTraceEnabled() ) {
                            log.trace("Timeout waiting for response " + name.name, ioe);
                        }
                        throw new UnknownHostException(name.name);
                    }
                    catch ( IOException ioe ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Aug 14 14:26:22 GMT 2022
    - 38.2K bytes
    - Viewed (0)
Back to top