Interface MessageSerializer

All Known Implementing Classes:
BGPKeepAliveMessageParser, BGPNotificationMessageParser, BGPOpenMessageParser, BGPRouteRefreshMessageParser, BGPUpdateMessageParser

public interface MessageSerializer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serializeMessage(org.opendaylight.yangtools.yang.binding.Notification<?> message, io.netty.buffer.ByteBuf bytes)
     
  • Method Details

    • serializeMessage

      void serializeMessage(org.opendaylight.yangtools.yang.binding.Notification<?> message, io.netty.buffer.ByteBuf bytes)