public interface Readable<L>
Buffer
.
Grizzly Connection
extends Readable
.Modifier and Type | Method and Description |
---|---|
<M> GrizzlyFuture<ReadResult<M,L>> |
read()
Method reads data.
|
<M> void |
read(CompletionHandler<ReadResult<M,L>> completionHandler) |
<M> GrizzlyFuture<ReadResult<M,L>> read()
Future
, using which it's possible to check the result<M> void read(CompletionHandler<ReadResult<M,L>> completionHandler)
Copyright © 2014 Oracle Corporation. All rights reserved.