|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.superhac.JXBStreamer.Core.ConnectedClientStatus
public class ConnectedClientStatus
Contains connected client status varibles like IP address, transfer rate, etc... Each client that is connected will be represented by one ConnectedClientStatus object. A arrayList of these objects will be contained withing a ServerStatus object.
More information can be found at Superhac.com
| Constructor Summary | |
|---|---|
protected |
ConnectedClientStatus(java.lang.String sourceIP,
java.lang.String clientVersion,
int lastClientCommand,
int openFileHandlers,
int openDirectoryHandlers,
long transferedBytesSec)
|
| Method Summary | |
|---|---|
java.lang.String |
getClientVersion()
Get the clients XBMSP Protocol version |
java.lang.String |
getLastClientCommand()
Gets the clients last XBMSP command sent to the server. |
int |
getOpenDirectoryHandlers()
The XBMSP protcol uses handles for associating File and Directory names. |
int |
getOpenFileHandlers()
The XBMSP protcol uses handles for associating File and Directory names. |
java.lang.String |
getSourceIP()
Gets the source IP address of the client. |
long |
getTransferedBytesSec()
Gets the number of bytes transfered per second. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ConnectedClientStatus(java.lang.String sourceIP,
java.lang.String clientVersion,
int lastClientCommand,
int openFileHandlers,
int openDirectoryHandlers,
long transferedBytesSec)
| Method Detail |
|---|
public java.lang.String getClientVersion()
public java.lang.String getLastClientCommand()
public int getOpenDirectoryHandlers()
public int getOpenFileHandlers()
public java.lang.String getSourceIP()
public long getTransferedBytesSec()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||