org.xnap.plugin.opennap.net.msg.server
Class WhoisResponseMessage
java.lang.Object
org.xnap.plugin.opennap.net.msg.Message
org.xnap.plugin.opennap.net.msg.server.ServerMessage
org.xnap.plugin.opennap.net.msg.server.WhoisResponseMessage
public class WhoisResponseMessage
- extends ServerMessage
Fields inherited from class org.xnap.plugin.opennap.net.msg.Message |
type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
nick
public java.lang.String nick
userLevel
public java.lang.String userLevel
connectDuration
public int connectDuration
channels
public java.lang.String channels
status
public java.lang.String status
sharedCount
public int sharedCount
downloadCount
public int downloadCount
uploadCount
public int uploadCount
linkSpeed
public int linkSpeed
clientInfo
public java.lang.String clientInfo
totalDownload
public int totalDownload
totalUploads
public int totalUploads
ip
public java.lang.String ip
connectingPort
public int connectingPort
dataPort
public int dataPort
email
public java.lang.String email
extendedInfo
public boolean extendedInfo
WhoisResponseMessage
public WhoisResponseMessage(java.lang.String data)
throws InvalidMessageException
- Throws:
InvalidMessageException
parse
protected void parse(QuotedStringTokenizer t)
- Overrides:
parse
in class ServerMessage
received
public void received()
- Description copied from class:
ServerMessage
- Tell message to handle itself.
- Overrides:
received
in class ServerMessage
Copyright © 2001-2005 XNap Team. All Rights Reserved.