Uses of Interface
org.opendaylight.genius.alivenessmonitor.protocols.AlivenessProtocolHandler
-
-
Uses of AlivenessProtocolHandler in org.opendaylight.genius.alivenessmonitor.internal
Classes in org.opendaylight.genius.alivenessmonitor.internal that implement AlivenessProtocolHandler Modifier and Type Class Description class
HwVtepTunnelsStateHandler
-
Uses of AlivenessProtocolHandler in org.opendaylight.genius.alivenessmonitor.protocols
Methods in org.opendaylight.genius.alivenessmonitor.protocols that return AlivenessProtocolHandler Modifier and Type Method Description @NonNull AlivenessProtocolHandler<?>
AlivenessProtocolHandlerRegistry. get(MonitorProtocolType protocolType)
<T extends org.opendaylight.openflowplugin.libraries.liblldp.Packet>
@Nullable AlivenessProtocolHandler<T>AlivenessProtocolHandlerRegistry. getOpt(java.lang.Class<T> packetClass)
@Nullable AlivenessProtocolHandler<?>
AlivenessProtocolHandlerRegistry. getOpt(MonitorProtocolType protocolType)
Methods in org.opendaylight.genius.alivenessmonitor.protocols with parameters of type AlivenessProtocolHandler Modifier and Type Method Description void
AlivenessProtocolHandlerRegistry. register(MonitorProtocolType protocolType, AlivenessProtocolHandler<?> protocolHandler)
-
Uses of AlivenessProtocolHandler in org.opendaylight.genius.alivenessmonitor.protocols.impl
Methods in org.opendaylight.genius.alivenessmonitor.protocols.impl that return AlivenessProtocolHandler Modifier and Type Method Description AlivenessProtocolHandler<?>
AlivenessProtocolHandlerRegistryImpl. get(java.lang.Class<?> packetClass)
AlivenessProtocolHandler<?>
AlivenessProtocolHandlerRegistryImpl. get(MonitorProtocolType protocolType)
<T extends org.opendaylight.openflowplugin.libraries.liblldp.Packet>
AlivenessProtocolHandler<T>AlivenessProtocolHandlerRegistryImpl. getOpt(java.lang.Class<T> packetClass)
AlivenessProtocolHandler<?>
AlivenessProtocolHandlerRegistryImpl. getOpt(MonitorProtocolType protocolType)
Methods in org.opendaylight.genius.alivenessmonitor.protocols.impl with parameters of type AlivenessProtocolHandler Modifier and Type Method Description void
AlivenessProtocolHandlerRegistryImpl. register(MonitorProtocolType protocolType, AlivenessProtocolHandler<?> protocolHandler)
-
Uses of AlivenessProtocolHandler in org.opendaylight.genius.alivenessmonitor.protocols.internal
Classes in org.opendaylight.genius.alivenessmonitor.protocols.internal that implement AlivenessProtocolHandler Modifier and Type Class Description class
AlivenessProtocolHandlerARP
class
AlivenessProtocolHandlerIPv6ND
class
AlivenessProtocolHandlerLLDP
-