public abstract class NetFlowV5Packet extends Object
| Constructor and Description |
|---|
NetFlowV5Packet() |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV5Packet |
create(NetFlowV5Header header,
List<NetFlowV5Record> records,
long dataLength) |
abstract long |
dataLength() |
abstract NetFlowV5Header |
header() |
abstract com.google.common.collect.ImmutableList<NetFlowV5Record> |
records() |
public abstract NetFlowV5Header header()
public abstract com.google.common.collect.ImmutableList<NetFlowV5Record> records()
public abstract long dataLength()
public static NetFlowV5Packet create(NetFlowV5Header header, List<NetFlowV5Record> records, long dataLength)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.