Uses of Class
org.graylog.plugins.netflow.v9.NetFlowV9FieldTypeRegistry
Packages that use NetFlowV9FieldTypeRegistry
-
Uses of NetFlowV9FieldTypeRegistry in org.graylog.plugins.netflow.v9
Methods in org.graylog.plugins.netflow.v9 that return NetFlowV9FieldTypeRegistryModifier and TypeMethodDescriptionstatic NetFlowV9FieldTypeRegistryNetFlowV9FieldTypeRegistry.create()static NetFlowV9FieldTypeRegistryNetFlowV9FieldTypeRegistry.create(InputStream definitions) Methods in org.graylog.plugins.netflow.v9 with parameters of type NetFlowV9FieldTypeRegistryModifier and TypeMethodDescriptionstatic NetFlowV9OptionTemplateNetFlowV9Parser.parseOptionTemplate(io.netty.buffer.ByteBuf bb, NetFlowV9FieldTypeRegistry typeRegistry) Options Template Formatstatic NetFlowV9PacketNetFlowV9Parser.parsePacket(io.netty.buffer.ByteBuf bb, NetFlowV9FieldTypeRegistry typeRegistry) static NetFlowV9PacketNetFlowV9Parser.parsePacket(io.netty.buffer.ByteBuf bb, NetFlowV9FieldTypeRegistry typeRegistry, Map<Integer, NetFlowV9Template> cache, NetFlowV9OptionTemplate optionTemplate) static NetFlowV9TemplateNetFlowV9Parser.parseTemplate(io.netty.buffer.ByteBuf bb, NetFlowV9FieldTypeRegistry typeRegistry) static List<NetFlowV9Template>NetFlowV9Parser.parseTemplates(io.netty.buffer.ByteBuf bb, NetFlowV9FieldTypeRegistry typeRegistry) Template FlowSet Format