Uses of Enum
io.netty.handler.pcap.PcapWriteHandler.ChannelType
Packages that use PcapWriteHandler.ChannelType
Package
Description
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.ChannelTypeModifier and TypeFieldDescriptionprivate 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.ChannelTypeModifier and TypeMethodDescriptionstatic PcapWriteHandler.ChannelType
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.