Class BGPKeepAliveMessageParser

    • Constructor Detail

      • BGPKeepAliveMessageParser

        public BGPKeepAliveMessageParser()
    • Method Detail

      • parseMessageBody

        public Keepalive parseMessageBody​(io.netty.buffer.ByteBuf body,
                                          int messageLength,
                                          PeerSpecificParserConstraint constraint)
                                   throws BGPDocumentedException
        Description copied from interface: MessageParser
        Parse BGP Message from buffer, potentially applying peer-specific constraints. Implementations are free
        Specified by:
        parseMessageBody in interface MessageParser
        Parameters:
        body - Encoded BGP message in ByteBuf.
        messageLength - Length of the BGP message.
        constraint - Peer specific constraints, implementations may ignore them.
        Returns:
        Parsed BGP Message body.
        Throws:
        BGPDocumentedException
      • serializeMessage

        public void serializeMessage​(org.opendaylight.yangtools.yang.binding.Notification message,
                                     io.netty.buffer.ByteBuf bytes)
        Specified by:
        serializeMessage in interface MessageSerializer