Salut,
the Connection API has the following:
> public WriteFuture<K, L> write(K srcBuffer,
> CompletionHandler<WriteFuture<K, L>> completionHandler,
> long timeout, TimeUnit timeunit) throws IOException;
AIO defined the API as:
public WriteFuture<K, L> write(K srcBuffer,long timeout, TimeUnit
timeunit,
CompletionHandler<WriteFuture<K, L>> completionHandler)
throws IOException;
Same for ReadFuture?
A+
-- Jeanfrabncois