Package | Description |
---|---|
com.hp.nbio |
Network buffered I/O facilities to create high-performance asynchronous network channels using Java NIO.
|
com.hp.util |
Generic utility classes.
|
com.hp.util.net.msg |
Building blocks for creating extensible, network-spanning, asynchronousmessage protocols.
|
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 © 2015. All Rights Reserved.