Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Message
Packages that use Message
Package
Description
-
Uses of Message in org.opendaylight.bgpcep.pcep.server
Methods in org.opendaylight.bgpcep.pcep.server that return Message -
Uses of Message in org.opendaylight.bgpcep.pcep.server.provider
Methods in org.opendaylight.bgpcep.pcep.server.provider that return Message -
Uses of Message in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider with parameters of type MessageModifier and TypeMethodDescriptionprotected abstract boolean
AbstractTopologySessionListener.onMessage
(org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener.MessageContext ctx, Message message) Perform revision-specific message processing when a message arrives.final void
AbstractTopologySessionListener.onMessage
(PCEPSession psession, Message message) -
Uses of Message in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return MessageModifier and TypeMethodDescriptionMessageRegistry.parseMessage
(int messageType, io.netty.buffer.ByteBuf buffer, List<Message> errors) Finds parser for given message type in the registry.Methods in org.opendaylight.protocol.pcep with parameters of type MessageModifier and TypeMethodDescriptionvoid
PCEPSessionListener.onMessage
(PCEPSession session, Message message) Fired when a normal protocol message is received.io.netty.util.concurrent.Future<Void>
PCEPSession.sendMessage
(Message message) Sends message from user to PCE/PCC.void
MessageRegistry.serializeMessage
(Message message, io.netty.buffer.ByteBuf buffer) Find serializer for given message.Method parameters in org.opendaylight.protocol.pcep with type arguments of type MessageModifier and TypeMethodDescriptionMessageRegistry.parseMessage
(int messageType, io.netty.buffer.ByteBuf buffer, List<Message> errors) Finds parser for given message type in the registry. -
Uses of Message in org.opendaylight.protocol.pcep.auto.bandwidth.extension
Method parameters in org.opendaylight.protocol.pcep.auto.bandwidth.extension with type arguments of type Message -
Uses of Message in org.opendaylight.protocol.pcep.ietf.initiated
Methods in org.opendaylight.protocol.pcep.ietf.initiated that return MessageMethods in org.opendaylight.protocol.pcep.ietf.initiated with parameters of type MessageModifier and TypeMethodDescriptionvoid
InitiatedPCInitiateMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) Method parameters in org.opendaylight.protocol.pcep.ietf.initiated with type arguments of type Message -
Uses of Message in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful that return MessageMethods in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type MessageModifier and TypeMethodDescriptionvoid
StatefulPCReportMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) void
StatefulPCUpdateRequestMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) Method parameters in org.opendaylight.protocol.pcep.ietf.stateful with type arguments of type MessageModifier and TypeMethodDescriptionprotected SegmentComputation
StatefulPCRequestMessageParser.getP2PSegmentComputation
(P2pBuilder builder, Queue<Object> objects, List<Message> errors, Rp rp) protected Reports
StatefulPCReportMessageParser.getValidReports
(Queue<Object> objects, List<Message> errors) protected Updates
StatefulPCUpdateRequestMessageParser.getValidUpdates
(Queue<Object> objects, List<Message> errors) protected PcerrMessage
protected Message
-
Uses of Message in org.opendaylight.protocol.pcep.impl
Methods in org.opendaylight.protocol.pcep.impl with parameters of type MessageModifier and TypeMethodDescriptionprotected final void
PCEPSessionImpl.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, Message msg) protected void
PCEPMessageToByteEncoder.encode
(io.netty.channel.ChannelHandlerContext ctx, Message msg, io.netty.buffer.ByteBuf out) protected final void
AbstractPCEPSessionNegotiator.handleMessage
(Message msg) protected abstract void
AbstractSessionNegotiator.handleMessage
(Message msg) void
PCEPSessionImpl.handleMessage
(Message msg) Handles incoming message.protected final void
AbstractSessionNegotiator.sendMessage
(Message msg) io.netty.util.concurrent.Future<Void>
PCEPSessionImpl.sendMessage
(Message msg) Sends message to serialization. -
Uses of Message in org.opendaylight.protocol.pcep.parser.message
Methods in org.opendaylight.protocol.pcep.parser.message that return MessageModifier and TypeMethodDescriptionprotected Message
protected Message
protected Message
protected Message
Methods in org.opendaylight.protocol.pcep.parser.message with parameters of type MessageModifier and TypeMethodDescriptionvoid
PCEPCloseMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) void
PCEPErrorMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) void
PCEPKeepAliveMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) void
PCEPMonitoringReplyMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf buffer) void
PCEPMonitoringRequestMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) void
PCEPNotificationMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) void
PCEPOpenMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) void
PCEPReplyMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) void
PCEPRequestMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) void
PCEPStartTLSMessageParser.serializeMessage
(Message message, io.netty.buffer.ByteBuf out) Method parameters in org.opendaylight.protocol.pcep.parser.message with type arguments of type MessageModifier and TypeMethodDescriptionprotected SegmentComputation
PCEPRequestMessageParser.getP2MPSegmentComputation
(Queue<Object> objects, List<Message> errors, Rp rp) protected SegmentComputation
PCEPRequestMessageParser.getP2PSegmentComputation
(P2pBuilder builder, Queue<Object> objects, List<Message> errors, Rp rp) PCEPRequestMessageParser.getRequests
(Queue<Object> objects, List<Message> errors) protected Replies
PCEPReplyMessageParser.getValidReply
(Queue<Object> objects, List<Message> errors) protected Close
protected PcerrMessage
protected KeepaliveMessage
protected Message
protected Message
protected Message
protected Open
protected Pcrep
protected Message
protected StartTlsMessage
-
Uses of Message in org.opendaylight.protocol.pcep.pcc.mock.protocol
Methods in org.opendaylight.protocol.pcep.pcc.mock.protocol with parameters of type MessageModifier and TypeMethodDescriptionvoid
PCCSessionListener.onMessage
(PCEPSession psession, Message message) -
Uses of Message in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return MessageModifier and TypeMethodDescriptionstatic Message
AbstractMessageParser.createErrorMsg
(PCEPErrors err, Optional<Rp> optRp) final Message
AbstractMessageParser.parseMessage
(io.netty.buffer.ByteBuf buffer, List<Message> errors) MessageParser.parseMessage
(io.netty.buffer.ByteBuf buffer, List<Message> errors) protected abstract Message
Methods in org.opendaylight.protocol.pcep.spi with parameters of type MessageModifier and TypeMethodDescriptionvoid
MessageSerializer.serializeMessage
(Message message, io.netty.buffer.ByteBuf buffer) Serializes given message to bytes wrapped in given ByteBuf.Method parameters in org.opendaylight.protocol.pcep.spi with type arguments of type MessageModifier and TypeMethodDescriptionfinal Message
AbstractMessageParser.parseMessage
(io.netty.buffer.ByteBuf buffer, List<Message> errors) MessageParser.parseMessage
(io.netty.buffer.ByteBuf buffer, List<Message> errors) org.opendaylight.yangtools.concepts.Registration
PCEPExtensionProviderContext.registerMessageSerializer
(Class<? extends Message> msgClass, MessageSerializer serializer) protected abstract Message
-
Uses of Message in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo that return MessageModifier and TypeMethodDescriptionSimpleMessageRegistry.parseMessage
(int messageType, io.netty.buffer.ByteBuf buffer, List<Message> errors) Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type MessageModifier and TypeMethodDescriptionvoid
SimpleMessageRegistry.serializeMessage
(Message message, io.netty.buffer.ByteBuf buffer) Method parameters in org.opendaylight.protocol.pcep.spi.pojo with type arguments of type MessageModifier and TypeMethodDescriptionSimpleMessageRegistry.parseMessage
(int messageType, io.netty.buffer.ByteBuf buffer, List<Message> errors) org.opendaylight.yangtools.concepts.Registration
SimpleMessageRegistry.registerMessageSerializer
(Class<? extends Message> msgClass, MessageSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimplePCEPExtensionProviderContext.registerMessageSerializer
(Class<? extends Message> msgClass, MessageSerializer serializer) -
Uses of Message in org.opendaylight.protocol.pcep.testtool
Methods in org.opendaylight.protocol.pcep.testtool with parameters of type MessageModifier and TypeMethodDescriptionvoid
TestingSessionListener.onMessage
(PCEPSession session, Message message) -
Uses of Message in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720
Subinterfaces of Message in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720Modifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-initiatedinterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-initiatedConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720 with parameters of type MessageModifierConstructorDescriptionPcinitiateBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
. -
Uses of Message in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720
Subinterfaces of Message in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720Modifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-statefulinterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-statefulinterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-statefulinterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-statefulConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720 with parameters of type MessageModifierConstructorDescriptionPcrptBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
.PcupdBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
. -
Uses of Message in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109
Subinterfaces of Message in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109Modifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-messageinterface
This class represents the following YANG schema fragment defined in module pcep-messageinterface
This class represents the following YANG schema fragment defined in module pcep-messageinterface
This class represents the following YANG schema fragment defined in module pcep-messageinterface
This class represents the following YANG schema fragment defined in module pcep-messageinterface
This class represents the following YANG schema fragment defined in module pcep-messageinterface
This class represents the following YANG schema fragment defined in module pcep-messageinterface
This class represents the following YANG schema fragment defined in module pcep-messageinterface
This class represents the following YANG schema fragment defined in module pcep-messageinterface
This class represents the following YANG schema fragment defined in module pcep-messageConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type MessageModifierConstructorDescriptionCloseBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
.KeepaliveBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
.OpenBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
.PcerrBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
.PcmonrepBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
.PcmonreqBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
.PcntfBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
.PcrepBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
.PcreqBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
.StarttlsBuilder
(Message arg) Construct a new builder initialized from specifiedMessage
. -
Uses of Message in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Subinterfaces of Message in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109Modifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
The PCMonRep message is used to provide PCE state metrics back to the requester for out-of-band monitoring requests.interface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
This class represents the following YANG schema fragment defined in module pcep-typesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return types with arguments of type Message