| Package | Description |
|---|---|
| com.h3c.nbio | |
| com.h3c.util | |
| com.h3c.util.net.msg |
| Modifier and Type | Method and Description |
|---|---|
ThroughputTracker |
MessageBuffer.inBytes()
Returns the in-bound bytes throughput tracker.
|
ThroughputTracker |
MessageBuffer.inMessages()
Returns the in-bound messages throughput tracker.
|
ThroughputTracker |
MessageBuffer.outBytes()
Returns the out-bound bytes throughput tracker.
|
ThroughputTracker |
MessageBuffer.outMessages()
Returns the out-bound messages throughput tracker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyThroughputTracker
Auxiliary to create a read-only view of a throughput tracker.
|
| Constructor and Description |
|---|
ReadOnlyThroughputTracker(ThroughputTracker tt)
Create a read-only throughput tracker backed by the another throughput
tracker.
|
| Modifier and Type | Method and Description |
|---|---|
ThroughputTracker |
Connection.receivedBytes()
Get throughput tracker for received bytes.
|
ThroughputTracker |
Connection.receivedMessages()
Get throughput tracker for received messages.
|
ThroughputTracker |
Connection.transmittedBytes()
Get throughput tracker for transmitted bytes.
|
ThroughputTracker |
Connection.transmittedMessages()
Get throughput tracker for transmitted messages.
|
Copyright © 2014. All Rights Reserved.