public class ReadHandler extends Object implements CompletionHandler<Integer,AioSession>
Constructor and Description |
---|
ReadHandler() |
Modifier and Type | Method and Description |
---|---|
void |
completed(Integer result,
AioSession session) |
void |
failed(Throwable exc,
AioSession session) |
public void completed(Integer result, AioSession session)
completed
in interface CompletionHandler<Integer,AioSession>
public void failed(Throwable exc, AioSession session)
failed
in interface CompletionHandler<Integer,AioSession>
Copyright © 2024. All rights reserved.