Package agentj.nativeimp

Examples of agentj.nativeimp.NsSocketImpl


     * Factory for TCP Sockets
     *
     * @return
     */
    public SocketImpl createSocketImpl() {
        if (socketImpl==null) return new NsSocketImpl();
        else
            return socketImpl;
    }
View Full Code Here

TOP

Related Classes of agentj.nativeimp.NsSocketImpl

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.