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