public class HttpPublicKeyRecordRetriever extends Object implements PublicKeyRecordRetriever
| Constructor and Description |
|---|
HttpPublicKeyRecordRetriever() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getRecords(CharSequence methodAndOptions,
CharSequence selector,
CharSequence token) |
public List<String> getRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token) throws TempFailException, PermFailException
getRecords in interface PublicKeyRecordRetrievermethodAndOptions - the options declared for the lookup method.selector - the value of "s=" tagtoken - the value of the "d=" tagTempFailException - in case of timeout and other network errors.PermFailException - in case of unsupported optionsPublicKeyRecordRetriever.getRecords(java.lang.CharSequence, java.lang.CharSequence, java.lang.CharSequence)Copyright © 2008–2015. All rights reserved.