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 PCEPPeerProposalPCEPDispatcherDependenciesImpl. 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 PCEPPeerProposalPCEPSessionNegotiatorFactoryDependencies. 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 OpenPCEPSessionProposalFactory. 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 OpenBasePCEPSessionProposalFactory. 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 classPCCPeerProposalclassPCCServerPeerProposal
-