Class PCEPCloseTermination

java.lang.Object
org.opendaylight.protocol.pcep.PCEPTerminationReason
org.opendaylight.protocol.pcep.PCEPCloseTermination

public final class PCEPCloseTermination extends PCEPTerminationReason
Used as a reason when one of the regular reasons was the cause of the termination of a session.
  • Constructor Details

    • PCEPCloseTermination

      public PCEPCloseTermination(TerminationReason reason)
      Creates new Termination.
      Parameters:
      reason - reason for termination
  • Method Details