| Package | Description |
|---|---|
| com.h3c.nbio |
| Modifier and Type | Class and Description |
|---|---|
class |
IOLoop<M extends Message,B extends MessageBuffer<M>>
Abstraction of an I/O loop for driving buffered message transfer across
network socket connections.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IOLoop.discardBuffer(MessageBuffer<M> b)
Discards the specified message buffer from the list of registered
buffers.
|
protected abstract void |
IOLoop.processMessages(MessageBuffer<M> b,
List<M> messages)
Processes the list of messages received from the specified message
buffer.
|
Copyright © 2014. All Rights Reserved.