|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.update.AbstractLocalUpdateInfo
com.limegroup.gnutella.update.ServletLocalUpdateInfo
This class encapsulates all of the data for an individual client machine for an individual update post.
The servlet utilizes this class to reconstruct the data for the client machine to determine the update information to return.
Field Summary |
Fields inherited from class com.limegroup.gnutella.update.AbstractLocalUpdateInfo |
_adVersion, _averageUptime, _everAcceptedIncoming, _everSupernodeCapable, _guid, _isPrivateIP, _jvm, _limeWireVersion, _maxDownstreamBytesPerSec, _maxUpstreamBytesPerSec, _os, ACCEPTED_INCOMING, AD_VERSION, AVERAGE_UPTIME, EVER_SUPERNODE, GUID, JVM, LIMEWIRE_VERSION, MAX_DOWNSTREAM, MAX_UPSTREAM, OLD_JVM, OLD_LIMEWIRE_VERSION, OLD_OS, OS, PRIVATE_IP |
Constructor Summary | |
ServletLocalUpdateInfo()
|
Method Summary | |
void |
addKeyValuePair(java.lang.String key,
java.lang.String value)
Adds one key/value pair to the data stored in this object. |
java.lang.String |
getAdVersion()
Returns the ads version for the client requesting the update. |
java.lang.String |
getJavaVersion()
Returns the java version for the client requesting the update. |
java.lang.String |
getLimeWireVersion()
Accessor for the application version variable. |
java.lang.String |
getOS()
Accessor for the operating system variable. |
Methods inherited from class com.limegroup.gnutella.update.AbstractLocalUpdateInfo |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServletLocalUpdateInfo()
Method Detail |
public void addKeyValuePair(java.lang.String key, java.lang.String value)
key
- the key for the pairvalue
- the value for the pairpublic java.lang.String getOS()
public java.lang.String getLimeWireVersion()
public java.lang.String getAdVersion()
public java.lang.String getJavaVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |