Class IpfixUdpParser

    • 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 Long getFlowActiveTimeoutFallback()
      • setFlowActiveTimeoutFallback

        public void setFlowActiveTimeoutFallback​(Long flowActiveTimeoutFallback)
      • getFlowInactiveTimeoutFallback

        public Long getFlowInactiveTimeoutFallback()
      • setFlowInactiveTimeoutFallback

        public void setFlowInactiveTimeoutFallback​(Long flowInactiveTimeoutFallback)
      • getFlowSamplingIntervalFallback

        public Long getFlowSamplingIntervalFallback()
      • setFlowSamplingIntervalFallback

        public void setFlowSamplingIntervalFallback​(Long flowSamplingIntervalFallback)