|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esf.net.dnsproxy.service.DnsProxySecurityFeature
public class DnsProxySecurityFeature
Defines DNS-proxy security feature
Constructor Summary | |
---|---|
DnsProxySecurityFeature(java.lang.String name,
java.lang.String value)
DnsProxySecurityFeature constructor |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DnsProxySecurityFeature(java.lang.String name, java.lang.String value)
name
- Name of the security feature, as Stringvalue
- Value of the security feature, as StringMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public static boolean isSupported(java.lang.String name)
name
- as String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |