public interface AlivenessProtocolHandlerRegistry
AlivenessProtocolHandlers.
Implementations of this interface are expected to be thread-safe.| Modifier and Type | Method and Description |
|---|---|
@NonNull AlivenessProtocolHandler<?> |
get(MonitorProtocolType protocolType) |
<T extends org.opendaylight.openflowplugin.libraries.liblldp.Packet> |
getOpt(Class<T> packetClass) |
@Nullable AlivenessProtocolHandler<?> |
getOpt(MonitorProtocolType protocolType) |
void |
register(MonitorProtocolType protocolType,
AlivenessProtocolHandler<?> protocolHandler) |
void register(MonitorProtocolType protocolType, AlivenessProtocolHandler<?> protocolHandler)
@Nullable AlivenessProtocolHandler<?> getOpt(MonitorProtocolType protocolType)
<T extends org.opendaylight.openflowplugin.libraries.liblldp.Packet> @Nullable AlivenessProtocolHandler<T> getOpt(Class<T> packetClass)
@NonNull AlivenessProtocolHandler<?> get(MonitorProtocolType protocolType)
Copyright © 2020 OpenDaylight. All rights reserved.