rero.dialogs.server
Class Server
public
class
Server
extends Object
implements Comparable
protected String compare
protected String description
protected String host
protected static Pattern isServerNormal
protected static Pattern isServerPassword
protected boolean isSSL
protected String network
protected String password
protected String portRange
public Server()
public Server(String d, String h, String r, String n, boolean s, String p)
public int compareTo(Object o)
public static
Server decode(String text)
public String getCommand()
public String getCompare()
public String getConnectPort()
public String getDescription()
public String getHost()
public String getNetwork()
public String getPassword()
public String getPorts()
public boolean isRandom()
public boolean isSecure()
public void setValues(String d, String h, String r, String n, boolean s, String p)
public String toString()
public String toString(int x)