|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.ProtocolLayerInfo
public final class ProtocolLayerInfo
ProtocolLayerInfo - protocol layer info.
| Field Summary | |
|---|---|
long |
readBytes
number of read (received) bytes. |
long |
readPackets
number of read (received) packets. |
long |
timestamp
timestamp. |
long |
transportReadBytes
number of bytes read (received) from transport layer (>= readBytes, may include additional traffic that wraps protocol bytes). |
long |
transportWrittenBytes
number of bytes written (sent) to the transport layer (>= writtenBytes, may include additional traffic that wraps protocol bytes). |
long |
writtenBytes
number of written (sent) bytes. |
long |
writtenPackets
number of written (sent) packets. |
| Constructor Summary | |
|---|---|
ProtocolLayerInfo()
Constructor. |
|
ProtocolLayerInfo(long readBytes,
long writtenBytes,
long readPackets,
long writtenPackets)
Constructor. |
|
ProtocolLayerInfo(long readBytes,
long writtenBytes,
long readPackets,
long writtenPackets,
long transportReadBytes,
long transportWrittenBytes)
Constructor. |
|
ProtocolLayerInfo(long timestamp,
long readBytes,
long writtenBytes,
long readPackets,
long writtenPackets,
long transportReadBytes,
long transportWrittenBytes)
Constructor. |
|
ProtocolLayerInfo(ProtocolLayerInfo info)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public long timestamp
public long readBytes
public long writtenBytes
public long readPackets
public long writtenPackets
public long transportReadBytes
public long transportWrittenBytes
| Constructor Detail |
|---|
public ProtocolLayerInfo(ProtocolLayerInfo info)
info - protocol layer info
public ProtocolLayerInfo(long timestamp,
long readBytes,
long writtenBytes,
long readPackets,
long writtenPackets,
long transportReadBytes,
long transportWrittenBytes)
timestamp - timestampreadBytes - read protocol byteswrittenBytes - written protocol bytesreadPackets - read protocol packetswrittenPackets - written protocol packetstransportReadBytes - read transport bytes (>= readBytes, may include HTTP content if tunnelling)transportWrittenBytes - written transport bytes (>= writtenBytes, may include HTTP content if tunnelling)
public ProtocolLayerInfo(long readBytes,
long writtenBytes,
long readPackets,
long writtenPackets,
long transportReadBytes,
long transportWrittenBytes)
readBytes - read protocol byteswrittenBytes - written protocol bytesreadPackets - read protocol packetswrittenPackets - written protocol packetstransportReadBytes - read transport bytes (>= readBytes, may include HTTP content if tunnelling)transportWrittenBytes - written transport bytes (>= writtenBytes, may include HTTP content if tunnelling)
public ProtocolLayerInfo(long readBytes,
long writtenBytes,
long readPackets,
long writtenPackets)
readBytes - read protocol byteswrittenBytes - written protocol bytesreadPackets - read protocol packetswrittenPackets - written protocol packetspublic ProtocolLayerInfo()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||