dev@grizzly.java.net

[2.0] Connection small API changes

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Tue, 16 Dec 2008 17:49:29 -0500

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