Package | Description |
---|---|
org.opendaylight.protocol.bmp.api | |
org.opendaylight.protocol.bmp.impl.app | |
org.opendaylight.protocol.bmp.impl.session | |
org.opendaylight.protocol.bmp.mock |
Modifier and Type | Method and Description |
---|---|
BmpSession |
BmpSessionFactory.getSession(io.netty.channel.Channel channel,
BmpSessionListenerFactory sessionListenerFactory)
Creates Bmp Session.
|
Modifier and Type | Method and Description |
---|---|
void |
BmpSessionListener.onSessionUp(BmpSession session) |
Modifier and Type | Method and Description |
---|---|
void |
BmpRouterImpl.onSessionUp(BmpSession session) |
Modifier and Type | Class and Description |
---|---|
class |
BmpSessionImpl |
Modifier and Type | Method and Description |
---|---|
BmpSession |
DefaultBmpSessionFactory.getSession(io.netty.channel.Channel channel,
BmpSessionListenerFactory sessionListenerFactory) |
Modifier and Type | Class and Description |
---|---|
class |
BmpMockSession |
Modifier and Type | Method and Description |
---|---|
BmpSession |
BmpMockSessionFactory.getSession(io.netty.channel.Channel channel,
BmpSessionListenerFactory sessionListenerFactory) |
Modifier and Type | Method and Description |
---|---|
void |
BmpMockSessionListener.onSessionUp(BmpSession session) |
Copyright © 2018 OpenDaylight. All rights reserved.