public class CompletionWriteHandler<T> extends Object implements CompletionHandler<Integer,TcpAioSession<T>>
| Constructor and Description |
|---|
CompletionWriteHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(Integer result,
TcpAioSession<T> aioSession) |
void |
failed(Throwable exc,
TcpAioSession<T> aioSession) |
public void completed(Integer result, TcpAioSession<T> aioSession)
completed in interface CompletionHandler<Integer,TcpAioSession<T>>public void failed(Throwable exc, TcpAioSession<T> aioSession)
failed in interface CompletionHandler<Integer,TcpAioSession<T>>Copyright © 2021. All rights reserved.