| 程序包 | 说明 |
|---|---|
| io.netty.handler.pcap |
Capture data and write into Pcap format which helps in troubleshooting.
|
| 类和说明 |
|---|
PcapWriteHandler
PcapWriteHandler captures ByteBuf from SocketChannel / ServerChannel
or DatagramPacket and writes it into Pcap OutputStream. |
| PcapWriteHandler.Builder
Builder for
PcapWriteHandler |