Modifier and Type | Class and Description |
---|---|
class |
BGPMessageParserMock
Mock implementation of
MessageRegistry . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageRegistry |
Modifier and Type | Method and Description |
---|---|
MessageRegistry |
BGPExtensionConsumerContext.getMessageRegistry() |
Constructor and Description |
---|
BGPDispatcherImpl(MessageRegistry messageRegistry,
io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
BGPPeerRegistry bgpPeerRegistry) |
BGPHandlerFactory(MessageRegistry registry) |
Constructor and Description |
---|
BGPMock(com.google.common.eventbus.EventBus eventBus,
MessageRegistry registry,
List<byte[]> bgpMessages) |
Constructor and Description |
---|
PeerDownHandler(MessageRegistry bgpMssageRegistry) |
PeerUpHandler(MessageRegistry bgpMssageRegistry,
BmpTlvRegistry tlvRegistry) |
RouteMirroringMessageHandler(MessageRegistry bgpMssageRegistry,
BmpTlvRegistry tlvRegistry) |
RouteMonitoringMessageHandler(MessageRegistry bgpMssageRegistry) |
StatisticsReportHandler(MessageRegistry bgpMssageRegistry,
BmpTlvRegistry tlvRegistry) |
Modifier and Type | Method and Description |
---|---|
protected MessageRegistry |
AbstractBmpPerPeerMessageParser.getBgpMessageRegistry() |
Constructor and Description |
---|
AbstractBmpPerPeerMessageParser(MessageRegistry bgpMssageRegistry) |
AbstractBmpPerPeerMessageParser(MessageRegistry bgpMssageRegistry,
BmpTlvRegistry tlvRegistry) |
Copyright © 2018 OpenDaylight. All rights reserved.