6465666768697071727374
public ImRServerInfo(String name, String host, String command) throws IllegalServerName { if (name == null || name.length() == 0) { throw new IllegalServerName(name); } this.name = name; this.host = host; this.command = command;
6364656667686970717273