public class ReadCompletionHandler extends Object implements CompletionHandler<Integer,AioChannel>
| 构造器和说明 |
|---|
ReadCompletionHandler(ThreadPool executorService) |
public ReadCompletionHandler(ThreadPool executorService)
public void completed(Integer result, AioChannel aioChannel)
completed 在接口中 CompletionHandler<Integer,AioChannel>public void failed(Throwable exc, AioChannel aioChannel)
failed 在接口中 CompletionHandler<Integer,AioChannel>Copyright © 2021. All rights reserved.