public interface IRCServerConfig
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding() |
String |
getHost() |
String |
getNick() |
String |
getPassword() |
int |
getPortAt(int index) |
int[] |
getPorts() |
int |
getPortsCount() |
String |
getRealname() |
String |
getUsername() |
String getEncoding()
String getHost()
String getNick()
String getPassword()
int getPortAt(int index)
index - the intex in the internal ports arrayindex in the internal ports arrayint[] getPorts()
ports arrayint getPortsCount()
ports arrayString getRealname()
String getUsername()
Copyright © 2006–2015. All rights reserved.