|
|||||||||
| Home >> All >> com >> iborg >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.iborg.net
Class SocketInfo

java.lang.Objectcom.iborg.net.SocketInfo
- public class SocketInfo
- extends java.lang.Object
- Version:
| Field Summary | |
long |
bytesRead
|
long |
bytesWritten
|
long |
created
|
java.lang.String |
ip
|
long |
lastRead
|
long |
lastWrite
|
long |
reads
|
long |
writes
|
| Constructor Summary | |
SocketInfo()
|
|
| Method Summary | |
void |
updateReadStats(long bytesRead)
|
void |
updateWriteStats(long bytesWritten)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ip
public java.lang.String ip
created
public long created
lastRead
public long lastRead
reads
public long reads
bytesRead
public long bytesRead
lastWrite
public long lastWrite
writes
public long writes
bytesWritten
public long bytesWritten
| Constructor Detail |
SocketInfo
public SocketInfo()
| Method Detail |
updateReadStats
public void updateReadStats(long bytesRead)
updateWriteStats
public void updateWriteStats(long bytesWritten)
|
|||||||||
| Home >> All >> com >> iborg >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.iborg.net.SocketInfo