Package | Description |
---|---|
org.xbill.DNS |
Modifier and Type | Field and Description |
---|---|
private SetResponseType |
SetResponse.type |
Modifier and Type | Method and Description |
---|---|
static SetResponseType |
SetResponseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SetResponseType[] |
SetResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static SetResponse |
SetResponse.ofType(SetResponseType type) |
(package private) static SetResponse |
SetResponse.ofType(SetResponseType type,
Cache.CacheRRset rrset) |
(package private) static SetResponse |
SetResponse.ofType(SetResponseType type,
RRset rrset) |
(package private) static SetResponse |
SetResponse.ofType(SetResponseType type,
RRset rrset,
boolean isAuthenticated) |
Constructor and Description |
---|
SetResponse(SetResponseType type,
RRset rrset,
boolean isAuthenticated) |