Constructor and Description |
---|
LoopPlugin() |
Modifier and Type | Method and Description |
---|---|
String |
getProtocolName()
getProtocolName
|
boolean |
isProtocolSupported(InetAddress address)
Returns true if the protocol defined by this plugin is supported.
|
boolean |
isProtocolSupported(InetAddress address,
Map<String,Object> qualifiers)
Returns true if the protocol defined by this plugin is supported.
|
public String getProtocolName()
getProtocolName
getProtocolName
in interface Plugin
String
object.public boolean isProtocolSupported(InetAddress address)
isProtocolSupported
in interface Plugin
address
- The address to check for support.public boolean isProtocolSupported(InetAddress address, Map<String,Object> qualifiers)
isProtocolSupported
in interface Plugin
address
- The address to check for support.qualifiers
- The map where qualification are set by the plugin.Copyright © 2017. All rights reserved.