Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.Open
Package
Description
-
Uses of Open in org.opendaylight.protocol.pcep
-
Uses of Open in org.opendaylight.protocol.pcep.impl
Modifier and TypeMethodDescriptionprotected abstract Open
AbstractPCEPSessionNegotiator.getCounterProposal
(Open proposal) Given a peer-provided session parameters proposal which we found unacceptable, provide a counter-proposal.protected Open
DefaultPCEPSessionNegotiator.getCounterProposal
(Open open) protected abstract Open
AbstractPCEPSessionNegotiator.getInitialProposal()
Get the initial session parameters proposal.protected Open
DefaultPCEPSessionNegotiator.getInitialProposal()
PCEPSessionImpl.getLocalOpen()
protected abstract Open
AbstractPCEPSessionNegotiator.getRevisedProposal
(Open suggestion) Get the revised session parameters proposal based on the feedback the peer has provided to us.protected Open
DefaultPCEPSessionNegotiator.getRevisedProposal
(Open suggestion) Modifier and TypeMethodDescriptionprotected abstract PCEPSessionImpl
AbstractPCEPSessionNegotiator.createSession
(io.netty.channel.Channel channel, Open localPrefs, Open remotePrefs) Create the protocol session.DefaultPCEPSessionNegotiator.createSession
(io.netty.channel.Channel channel, Open localPrefs, Open remotePrefs) protected abstract Open
AbstractPCEPSessionNegotiator.getCounterProposal
(Open proposal) Given a peer-provided session parameters proposal which we found unacceptable, provide a counter-proposal.protected Open
DefaultPCEPSessionNegotiator.getCounterProposal
(Open open) protected abstract Open
AbstractPCEPSessionNegotiator.getRevisedProposal
(Open suggestion) Get the revised session parameters proposal based on the feedback the peer has provided to us.protected Open
DefaultPCEPSessionNegotiator.getRevisedProposal
(Open suggestion) protected abstract boolean
AbstractPCEPSessionNegotiator.isProposalAcceptable
(Open proposal) Check whether a peer-provided session parameters proposal is acceptable.protected boolean
DefaultPCEPSessionNegotiator.isProposalAcceptable
(Open open) ModifierConstructorDescriptionDefaultPCEPSessionNegotiator
(io.netty.util.concurrent.Promise<PCEPSession> promise, io.netty.channel.Channel channel, PCEPSessionListener listener, org.opendaylight.yangtools.yang.common.Uint8 sessionId, Open localPrefs, org.opendaylight.yangtools.yang.common.Uint16 maxUnknownMessages) DefaultPCEPSessionNegotiator
(io.netty.util.concurrent.Promise<PCEPSession> promise, io.netty.channel.Channel channel, PCEPSessionListener listener, org.opendaylight.yangtools.yang.common.Uint8 sessionId, Open localPrefs, org.opendaylight.yangtools.yang.common.Uint16 maxUnknownMessages, PcepSessionTls tlsConfiguration) -
Uses of Open in org.opendaylight.protocol.pcep.impl.spi
Modifier and TypeMethodDescriptionstatic Pcerr
Util.createErrorMessage
(PCEPErrors error, Open openObject) -
Uses of Open in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Modifier and TypeMethodDescriptionOpenObject.getOpen()
Return open, ornull
if it is not present.@NonNull Open
OpenObject.nonnullOpen()
Return open, or an empty instance if it is not present. -
Uses of Open in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.message
Modifier and TypeMethodDescriptionOpenMessageBuilder.getOpen()
Return current value associated with the property corresponding toOpenObject.getOpen()
.Modifier and TypeMethodDescriptionSet the property corresponding toOpenObject.getOpen()
to the specified value. -
Uses of Open in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Open>>
E$$OpenBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Open
OpenBuilder.build()
A newOpen
instance.static @NonNull Open
OpenBuilder.empty()
Get empty instance of Open.Modifier and TypeMethodDescriptionstatic boolean
Open.bindingEquals
(@NonNull Open thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
Open.bindingHashCode
(@NonNull Open obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Open.bindingToString
(@NonNull Open obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionOpenBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Open> augmentation) Add an augmentation to this builder's product.OpenBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Open>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionOpenBuilder
(Open base) Construct a builder initialized with state from specifiedOpen
. -
Uses of Open in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.session._case
Modifier and TypeMethodDescriptionSessionBuilder.getOpen()
Return current value associated with the property corresponding toOpenObject.getOpen()
.Modifier and TypeMethodDescriptionSet the property corresponding toOpenObject.getOpen()
to the specified value.