Class BGPKeepAliveMessageParser
java.lang.Object
org.opendaylight.protocol.bgp.parser.impl.message.BGPKeepAliveMessageParser
- All Implemented Interfaces:
MessageParser,MessageSerializer
public final class BGPKeepAliveMessageParser
extends Object
implements MessageParser, MessageSerializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseMessageBody(io.netty.buffer.ByteBuf body, int messageLength, PeerSpecificParserConstraint constraint) Parse BGP Message from buffer, potentially applying peer-specific constraints.voidserializeMessage(org.opendaylight.yangtools.yang.binding.Notification<?> message, io.netty.buffer.ByteBuf bytes)
-
Field Details
-
TYPE
public static final int TYPE- See Also:
-
-
Constructor Details
-
BGPKeepAliveMessageParser
public BGPKeepAliveMessageParser()
-
-
Method Details
-
parseMessageBody
public Keepalive parseMessageBody(io.netty.buffer.ByteBuf body, int messageLength, PeerSpecificParserConstraint constraint) throws BGPDocumentedException Description copied from interface:MessageParserParse BGP Message from buffer, potentially applying peer-specific constraints. Implementations are free- Specified by:
parseMessageBodyin interfaceMessageParser- 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:
serializeMessagein interfaceMessageSerializer
-