Package ak.fm.burer

Examples of ak.fm.burer.Connection


    }
   
    public void connect
            (String name, int port)
            throws UnknownHostException, IOException {
        connection = new Connection(name, port);
    }
View Full Code Here

TOP

Related Classes of ak.fm.burer.Connection

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.