Uses of Interface
org.opendaylight.protocol.bmp.api.BmpSession
- 
Packages that use BmpSession Package Description org.opendaylight.protocol.bmp.api org.opendaylight.protocol.bmp.impl.app org.opendaylight.protocol.bmp.impl.session org.opendaylight.protocol.bmp.mock 
- 
- 
Uses of BmpSession in org.opendaylight.protocol.bmp.apiMethods in org.opendaylight.protocol.bmp.api that return BmpSession Modifier and Type Method Description BmpSessionBmpSessionFactory. getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)Creates Bmp Session.Methods in org.opendaylight.protocol.bmp.api with parameters of type BmpSession Modifier and Type Method Description voidBmpSessionListener. onSessionUp(BmpSession session)
- 
Uses of BmpSession in org.opendaylight.protocol.bmp.impl.appMethods in org.opendaylight.protocol.bmp.impl.app with parameters of type BmpSession Modifier and Type Method Description voidBmpRouterImpl. onSessionUp(BmpSession psession)
- 
Uses of BmpSession in org.opendaylight.protocol.bmp.impl.sessionClasses in org.opendaylight.protocol.bmp.impl.session that implement BmpSession Modifier and Type Class Description classBmpSessionImplMethods in org.opendaylight.protocol.bmp.impl.session that return BmpSession Modifier and Type Method Description BmpSessionDefaultBmpSessionFactory. getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)
- 
Uses of BmpSession in org.opendaylight.protocol.bmp.mockClasses in org.opendaylight.protocol.bmp.mock that implement BmpSession Modifier and Type Class Description classBmpMockSessionMethods in org.opendaylight.protocol.bmp.mock that return BmpSession Modifier and Type Method Description BmpSessionBmpMockSessionFactory. getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)Methods in org.opendaylight.protocol.bmp.mock with parameters of type BmpSession Modifier and Type Method Description voidBmpMockSessionListener. onSessionUp(BmpSession session)
 
-