| Methods in net.wimpi.telnetd that return TelnetD |
static TelnetD |
TelnetD.createTelnetD()
creates an independant instance of the telnetd object, no setup. |
static TelnetD |
TelnetD.createTelnetD(java.util.Properties main)
Factory method to create a TelnetD Instance. |
static TelnetD |
TelnetD.createTelnetD(java.lang.String urlprefix)
Factory method to create a TelnetD singleton instance,
loading the standard properties files from the given
String containing an URL location.
|
static TelnetD |
TelnetD.getReference()
Accessor method for the Singleton instance of this class.
|