protected static interface ChannelWrapper.Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
consume(ByteBuffer buffer)
Consume some input from the given buffer.
|
T |
finish()
Complete operationds and optionally return
a value to the holder of the key.
|
void consume(ByteBuffer buffer)
T finish()
Copyright © 2014. All Rights Reserved.