@ThreadSafe public interface AlivenessProtocolHandlerRegistry
AlivenessProtocolHandler
s.Modifier and Type | Method and Description |
---|---|
AlivenessProtocolHandler<?> |
get(EtherTypes etherType) |
<T extends org.opendaylight.openflowplugin.libraries.liblldp.Packet> |
getOpt(Class<T> packetClass) |
AlivenessProtocolHandler<?> |
getOpt(EtherTypes etherType) |
void |
register(EtherTypes etherType,
AlivenessProtocolHandler<?> protocolHandler) |
void register(EtherTypes etherType, AlivenessProtocolHandler<?> protocolHandler)
@Nullable AlivenessProtocolHandler<?> getOpt(EtherTypes etherType)
@Nullable <T extends org.opendaylight.openflowplugin.libraries.liblldp.Packet> AlivenessProtocolHandler<T> getOpt(Class<T> packetClass)
@Nonnull AlivenessProtocolHandler<?> get(EtherTypes etherType)
Copyright © 2019 OpenDaylight. All rights reserved.