Uses of Class
org.graylog.plugins.netflow.v9.NetFlowV9OptionTemplate
Packages that use NetFlowV9OptionTemplate
-
Uses of NetFlowV9OptionTemplate in org.graylog.plugins.netflow.v9
Methods in org.graylog.plugins.netflow.v9 that return NetFlowV9OptionTemplateModifier and TypeMethodDescriptionstatic NetFlowV9OptionTemplateNetFlowV9OptionTemplate.create(int templateId, List<NetFlowV9ScopeDef> scopeDefs, List<NetFlowV9FieldDef> optionDefs) abstract NetFlowV9OptionTemplateNetFlowV9Packet.optionTemplate()static NetFlowV9OptionTemplateNetFlowV9Parser.parseOptionTemplate(io.netty.buffer.ByteBuf bb, NetFlowV9FieldTypeRegistry typeRegistry) Options Template FormatMethods in org.graylog.plugins.netflow.v9 with parameters of type NetFlowV9OptionTemplateModifier and TypeMethodDescriptionstatic NetFlowV9PacketNetFlowV9Packet.create(NetFlowV9Header header, List<NetFlowV9Template> templates, NetFlowV9OptionTemplate optionTemplate, List<NetFlowV9BaseRecord> records, long dataLength) static NetFlowV9PacketNetFlowV9Parser.parsePacket(io.netty.buffer.ByteBuf bb, NetFlowV9FieldTypeRegistry typeRegistry, Map<Integer, NetFlowV9Template> cache, NetFlowV9OptionTemplate optionTemplate) static List<NetFlowV9BaseRecord>NetFlowV9Parser.parseRecords(io.netty.buffer.ByteBuf bb, Map<Integer, NetFlowV9Template> cache, NetFlowV9OptionTemplate optionTemplate) Data FlowSet Format