public class WriteCompletionHandler extends Object implements CompletionHandler<Integer,AioChannel>
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.