|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.peer.AbstractPeer org.xnap.plugin.pircbot.PircBotPeer
public class PircBotPeer
This class represents a PircBot user.
Constructor Summary | |
---|---|
PircBotPeer(PircBotServer server,
java.lang.String nick)
|
Method Summary | |
---|---|
javax.swing.Action[] |
getActions()
Returns the actions that can performed by the peer. |
java.lang.String |
getHost()
Returns the ip address or hostname of this peer. |
int |
getLocalDownloadCount()
Returns the number of currently running downloads from this peer. |
int |
getLocalUploadCount()
Returns the number of currently running uploads to this peer. |
PircBotServer |
getServer()
|
java.lang.String |
getStatus()
Returns the status of the peer. |
void |
setHost(java.lang.String host)
|
Methods inherited from class org.xnap.peer.AbstractPeer |
---|
getClientInfo, getFileCount, getLinkSpeed, getName, setClientInfo, setFileCount, setLinkSpeed, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PircBotPeer(PircBotServer server, java.lang.String nick)
Method Detail |
---|
public javax.swing.Action[] getActions()
Peer
public int getLocalDownloadCount()
Peer
public int getLocalUploadCount()
Peer
public java.lang.String getHost()
Peer
public PircBotServer getServer()
public java.lang.String getStatus()
Peer
public void setHost(java.lang.String host)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |