Uses of Class
io.netty.handler.pcap.PcapWriteHandler.Builder
-
Packages that use PcapWriteHandler.Builder Package Description io.netty.handler.pcap Capture data and write into Pcap format which helps in troubleshooting. -
-
Uses of PcapWriteHandler.Builder in io.netty.handler.pcap
Methods in io.netty.handler.pcap that return PcapWriteHandler.Builder Modifier and Type Method Description static PcapWriteHandler.BuilderPcapWriteHandler. builder()PcapWriteHandler.BuilderPcapWriteHandler.Builder. captureZeroByte(boolean captureZeroByte)Set totrueto enable capturing packets with empty (0 bytes) payload.PcapWriteHandler.BuilderPcapWriteHandler.Builder. forceTcpChannel(java.net.InetSocketAddress serverAddress, java.net.InetSocketAddress clientAddress, boolean isServerPipeline)Force this handler to write data as if they were TCP packets, with the given connection metadata.PcapWriteHandler.BuilderPcapWriteHandler.Builder. forceUdpChannel(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress remoteAddress)Force this handler to write data as if they were UDP packets, with the given connection metadata.PcapWriteHandler.BuilderPcapWriteHandler.Builder. sharedOutputStream(boolean sharedOutputStream)Set totrueif multiplePcapWriteHandlerinstances will be writing to the sameOutputStreamconcurrently, and write locking is required.PcapWriteHandler.BuilderPcapWriteHandler.Builder. writePcapGlobalHeader(boolean writePcapGlobalHeader)Set totrueto write Pcap Global Header on initialization.
-