Package com.knowgate.jcifs.netbios

Examples of com.knowgate.jcifs.netbios.NbtSocket


            }

            calledName = address.firstCalledName();
            do {
                try {
                    socket = new NbtSocket( naddr, calledName, port, localAddr, localPort );
                    break;
                } catch( NbtException ne ) {
                    if( ne.errorClass == NbtException.ERR_SSN_SRVC &&
                                ( ne.errorCode == NbtException.CALLED_NOT_PRESENT ||
                                ne.errorCode == NbtException.NOT_LISTENING_CALLED )) {
View Full Code Here

TOP

Related Classes of com.knowgate.jcifs.netbios.NbtSocket

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.