Class PceServerFactory
- java.lang.Object
-
- org.opendaylight.bgpcep.pcep.server.provider.PceServerFactory
-
- All Implemented Interfaces:
PceServerProvider
public class PceServerFactory extends Object implements PceServerProvider
-
-
Constructor Summary
Constructors Constructor Description PceServerFactory(ConnectedGraphProvider graphProvider, PathComputationProvider pathComputationProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable PathComputationImpl
getPathComputation()
@Nullable ConnectedGraph
getTedGraph()
-
-
-
Constructor Detail
-
PceServerFactory
public PceServerFactory(ConnectedGraphProvider graphProvider, PathComputationProvider pathComputationProvider)
-
-
Method Detail
-
getPathComputation
public @Nullable PathComputationImpl getPathComputation()
- Specified by:
getPathComputation
in interfacePceServerProvider
-
getTedGraph
public @Nullable ConnectedGraph getTedGraph()
- Specified by:
getTedGraph
in interfacePceServerProvider
-
-