Interface BmpMessageParser
-
- All Known Subinterfaces:
BmpMessageRegistry
- All Known Implementing Classes:
AbstractBmpMessageParser
,AbstractBmpMessageWithTlvParser
,AbstractBmpPerPeerMessageParser
,InitiationHandler
,PeerDownHandler
,PeerUpHandler
,RouteMirroringMessageHandler
,RouteMonitoringMessageHandler
,SimpleBmpMessageRegistry
,StatisticsReportHandler
,TerminationHandler
public interface BmpMessageParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.binding.Notification<?>
parseMessage(io.netty.buffer.ByteBuf bytes)
-
-
-
Method Detail
-
parseMessage
org.opendaylight.yangtools.yang.binding.Notification<?> parseMessage(io.netty.buffer.ByteBuf bytes) throws BmpDeserializationException
- Throws:
BmpDeserializationException
-
-