Package org.opendaylight.protocol.pcep
Interface PCEPSessionListenerFactory
- All Known Implementing Classes:
TestingSessionListenerFactory
@NonNullByDefault
public interface PCEPSessionListenerFactory
Factory for generating PCEP Session Listeners. Used by a server.
-
Method Summary
Modifier and TypeMethodDescriptionReturns one session listener.
-
Method Details
-
getSessionListener
PCEPSessionListener getSessionListener()Returns one session listener.- Returns:
- specific session listener
-