Class Netflow9UdpParser

    • Method Detail

      • handles

        public boolean handles​(io.netty.buffer.ByteBuf buffer)
        Description copied from interface: Dispatchable
        Returns true if the implementor can handle the incoming data, otherwise false.
        Specified by:
        handles in interface Dispatchable
        Parameters:
        buffer - Representing the incoming data
        Returns:
        true if the implementor can handle the data, otherwise false.
      • getFlowActiveTimeoutFallback

        public java.lang.Long getFlowActiveTimeoutFallback()
      • setFlowActiveTimeoutFallback

        public void setFlowActiveTimeoutFallback​(java.lang.Long flowActiveTimeoutFallback)
      • getFlowInactiveTimeoutFallback

        public java.lang.Long getFlowInactiveTimeoutFallback()
      • setFlowInactiveTimeoutFallback

        public void setFlowInactiveTimeoutFallback​(java.lang.Long flowInactiveTimeoutFallback)