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 classHwVtepTunnelsStateHandler -
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 voidAlivenessProtocolHandlerRegistry. 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 voidAlivenessProtocolHandlerRegistryImpl. 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 classAlivenessProtocolHandlerARPclassAlivenessProtocolHandlerIPv6NDclassAlivenessProtocolHandlerLLDP
-