Class Ipv6PeriodicTimer

  • All Implemented Interfaces:
    io.netty.util.TimerTask

    public class Ipv6PeriodicTimer
    extends java.lang.Object
    implements io.netty.util.TimerTask
    • Constructor Summary

      Constructors 
      Constructor Description
      Ipv6PeriodicTimer​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid portId, Ipv6PeriodicTrQueue ipv6Queue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(io.netty.util.Timeout timeout)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Ipv6PeriodicTimer

        public Ipv6PeriodicTimer​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid portId,
                                 Ipv6PeriodicTrQueue ipv6Queue)
    • Method Detail

      • run

        public void run​(io.netty.util.Timeout timeout)
        Specified by:
        run in interface io.netty.util.TimerTask