public static interface AsyncTcpSocketImpl.Inspector
| Modifier and Type | Method and Description |
|---|---|
void |
onRead(ByteBuf buf) |
void |
onReadEndOfStream() |
void |
onReadError(IOException e) |
void |
onReadTimeout() |
void |
onWrite(ByteBuf buf,
int bytes) |
void |
onWriteError(IOException e) |
void |
onWriteTimeout() |
void onReadTimeout()
void onRead(ByteBuf buf)
void onReadEndOfStream()
void onReadError(IOException e)
void onWriteTimeout()
void onWrite(ByteBuf buf, int bytes)
void onWriteError(IOException e)
Copyright © 2019. All rights reserved.