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)
buffer - the buffer to consumeT finish()
Copyright © 2015. All Rights Reserved.