Uses of Class
io.netty.handler.pcap.PcapWriteHandler.ChannelType
-
Packages that use PcapWriteHandler.ChannelType Package Description io.netty.handler.pcap Capture data and write into Pcap format which helps in troubleshooting. -
-
Uses of PcapWriteHandler.ChannelType in io.netty.handler.pcap
Fields in io.netty.handler.pcap declared as PcapWriteHandler.ChannelType Modifier and Type Field Description private PcapWriteHandler.ChannelTypePcapWriteHandler.Builder. channelTypeprivate PcapWriteHandler.ChannelTypePcapWriteHandler. channelTypeType of the channel this handler is registered onMethods in io.netty.handler.pcap that return PcapWriteHandler.ChannelType Modifier and Type Method Description static PcapWriteHandler.ChannelTypePcapWriteHandler.ChannelType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PcapWriteHandler.ChannelType[]PcapWriteHandler.ChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-