If the query hit a delegation point, return the NS set.
()
| 180 | * If the query hit a delegation point, return the NS set. |
| 181 | */ |
| 182 | public RRset |
| 183 | getNS() { |
| 184 | return (RRset)data; |
| 185 | } |
| 186 | |
| 187 | /** Prints the value of the SetResponse */ |
| 188 | public String |
no outgoing calls
no test coverage detected