Bug-5878: PCErr not generated by configuring 32-pcep.xml file to not advertise statef...
[bgpcep.git] / pcep / api / src / main / java / org / opendaylight / protocol / pcep / PCEPSessionNegotiatorFactory.java
index 01e55ddb82b6ed0d613e6c581b27723030a2806e..7f8449b4349f318fc75f52c8d0c65d351acbddc7 100644 (file)
@@ -27,4 +27,6 @@ public interface PCEPSessionNegotiatorFactory<S extends PCEPSession> {
      * @return PCEPSessionNegotiator instance
      */
     SessionNegotiator getSessionNegotiator(PCEPSessionListenerFactory sessionListenerFactory, Channel channel, Promise<S> promise, final PCEPPeerProposal peerProposal);
+
+    PCEPSessionProposalFactory getPCEPSessionProposalFactory();
 }