Uses of Interface
org.opendaylight.protocol.pcep.PCEPPeerProposal
-
-
Uses of PCEPPeerProposal in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider that return PCEPPeerProposal Modifier and Type Method Description PCEPPeerProposal
PCEPDispatcherDependenciesImpl. getPeerProposal()
-
Uses of PCEPPeerProposal in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return PCEPPeerProposal Modifier and Type Method Description default @Nullable PCEPPeerProposal
PCEPSessionNegotiatorFactoryDependencies. getPeerProposal()
PeerProposal information used in our Open message.Methods in org.opendaylight.protocol.pcep with parameters of type PCEPPeerProposal Modifier and Type Method Description @NonNull Open
PCEPSessionProposalFactory. getSessionProposal(@NonNull InetSocketAddress address, int sessionId, @Nullable PCEPPeerProposal peerProposal)
Creates Open with session proposal. -
Uses of PCEPPeerProposal in org.opendaylight.protocol.pcep.impl
Methods in org.opendaylight.protocol.pcep.impl with parameters of type PCEPPeerProposal Modifier and Type Method Description Open
BasePCEPSessionProposalFactory. getSessionProposal(InetSocketAddress address, int sessionId, PCEPPeerProposal peerProposal)
-
Uses of PCEPPeerProposal in org.opendaylight.protocol.pcep.pcc.mock.protocol
Classes in org.opendaylight.protocol.pcep.pcc.mock.protocol that implement PCEPPeerProposal Modifier and Type Class Description class
PCCPeerProposal
class
PCCServerPeerProposal
-