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.api
Methods in org.opendaylight.protocol.bmp.api that return BmpSession Modifier and Type Method Description BmpSession
BmpSessionFactory. 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 void
BmpSessionListener. onSessionUp(BmpSession session)
-
Uses of BmpSession in org.opendaylight.protocol.bmp.impl.app
Methods in org.opendaylight.protocol.bmp.impl.app with parameters of type BmpSession Modifier and Type Method Description void
BmpRouterImpl. onSessionUp(BmpSession psession)
-
Uses of BmpSession in org.opendaylight.protocol.bmp.impl.session
Classes in org.opendaylight.protocol.bmp.impl.session that implement BmpSession Modifier and Type Class Description class
BmpSessionImpl
Methods in org.opendaylight.protocol.bmp.impl.session that return BmpSession Modifier and Type Method Description BmpSession
DefaultBmpSessionFactory. getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)
-
Uses of BmpSession in org.opendaylight.protocol.bmp.mock
Classes in org.opendaylight.protocol.bmp.mock that implement BmpSession Modifier and Type Class Description class
BmpMockSession
Methods in org.opendaylight.protocol.bmp.mock that return BmpSession Modifier and Type Method Description BmpSession
BmpMockSessionFactory. 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 void
BmpMockSessionListener. onSessionUp(BmpSession session)
-