package lib
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- lib
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class CorruptFlowPacketException extends FlowException
- trait Flow[T] extends AnyRef
- class FlowException extends Exception with NoStackTrace
- trait FlowPacket extends AnyRef
Unified interface for UDP Packets generated by NetFlow and sFlow.
- class IllegalFlowSetLengthException extends FlowException
- class IllegalTemplateIdException extends FlowException
- class IncompleteFlowPacketHeaderException extends FlowException
- class InvalidFlowVersionException extends FlowException
- case class NetFlow(sender: InetSocketAddress, msg: ByteBuf) extends Product with Serializable
Wrapper class for NetFlow Bytes
Wrapper class for NetFlow Bytes
- sender
Sender Socket Address
- msg
Netty ByteBuf
- trait NetFlowData[T] extends Flow[T]
Unified interface for accounting statistics (InetAddress and Networks) generated by NetFlow.
- implicit final class RichByteBuf extends AnyVal
- class ShortFlowPacketException extends FlowException
Value Members
- final val defaultAddr: InetAddress