Examples of IRCServerImpl


Examples of org.openmim.mn2.controller.IRCServerImpl

        }
    }

    public Server createServer(String hostNameOfRealServer, String redirdHostName, int redirdPort, String realName,
                                  List<String> nickNames, String password, String identdUserName) {
        return new IRCServerImpl(
                hostNameOfRealServer, redirdHostName, redirdPort, realName, nickNames,
                password, identdUserName);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.