public class DnsProxySecurityFeature
extends java.lang.Object
Constructor and Description |
---|
DnsProxySecurityFeature(java.lang.String name,
java.lang.String value)
DnsProxySecurityFeature constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Answers name of security feature.
|
java.lang.String |
getValue()
Answers value of this security feature.
|
static boolean |
isSupported(java.lang.String name)
Checks if this supplied security feature is supported.
|
public DnsProxySecurityFeature(java.lang.String name, java.lang.String value)
name
- Name of the security feature, as Stringvalue
- Value of the security feature, as Stringpublic java.lang.String getName()
public java.lang.String getValue()
public static boolean isSupported(java.lang.String name)
name
- as StringCopyright © 2009 Eurotech Inc. All rights reserved.