Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getRemoteHostName (0.16 sec)

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

                    if ( trans != null ) {
                        // get domain referral
                        initial = trans.getDfsReferrals(tf.withAnonymousCredentials(), "", trans.getRemoteHostName(), authDomain, 0);
                    }
                    if ( initial != null ) {
                        DfsReferralDataInternal start = initial.unwrap(DfsReferralDataInternal.class);
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:07:29 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTransportImpl.java

        }
    
    
        @Override
        public Address getRemoteAddress () {
            return this.address;
        }
    
    
        @Override
        public String getRemoteHostName () {
            return this.tconHostName;
        }
    
    
        /**
         *
         * @return number of sessions on this transport
         */
        public int getNumSessions () {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
Back to top