Package net.sf.lipermi.net

Examples of net.sf.lipermi.net.Client


        this.logger.fine("Trying to retrieve remote proxy for " + url);

        final CallHandler handler = new CallHandler();

        try {
            final Client client = new Client(url.getHost(), url.getPort(), handler);
            final R proxy = (R) client.getGlobal(remote);

            return proxy;
        } catch (IOException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
View Full Code Here

TOP

Related Classes of net.sf.lipermi.net.Client

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.