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.ChannelType
PcapWriteHandler.Builder. channelType
private PcapWriteHandler.ChannelType
PcapWriteHandler. channelType
Type of the channel this handler is registered onMethods in io.netty.handler.pcap that return PcapWriteHandler.ChannelType Modifier and Type Method Description static PcapWriteHandler.ChannelType
PcapWriteHandler.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.
-