public static interface SocketWrapperBase.CompletionCheck
Modifier and Type | Method and Description |
---|---|
SocketWrapperBase.CompletionHandlerCall |
callHandler(SocketWrapperBase.CompletionState state,
ByteBuffer[] buffers,
int offset,
int length)
Determine what call, if any, should be made to the completion
handler.
|
SocketWrapperBase.CompletionHandlerCall callHandler(SocketWrapperBase.CompletionState state, ByteBuffer[] buffers, int offset, int length)
state
- of the operation (done or done in-line since the
IO call is done)buffers
- ByteBuffer[] that has been passed to the
original IO calloffset
- that has been passed to the original IO calllength
- that has been passed to the original IO callCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.