public interface Dispatchable
Dispatchable
interface is capable of making this decision.Modifier and Type | Method and Description |
---|---|
boolean |
handles(ByteBuffer buffer)
Returns true if the implementor can handle the incoming data, otherwise false.
|
boolean handles(ByteBuffer buffer)
buffer
- Representing the incoming dataCopyright © 2019. All rights reserved.