public class MultiplexingPublicKeyRecordRetriever extends Object implements PublicKeyRecordRetriever
Constructor and Description |
---|
MultiplexingPublicKeyRecordRetriever() |
MultiplexingPublicKeyRecordRetriever(String methodName,
PublicKeyRecordRetriever pkrr) |
Modifier and Type | Method and Description |
---|---|
void |
addRetriever(String methodName,
PublicKeyRecordRetriever pkrr) |
List<String> |
getRecords(CharSequence methodAndOption,
CharSequence selector,
CharSequence token) |
public MultiplexingPublicKeyRecordRetriever()
public MultiplexingPublicKeyRecordRetriever(String methodName, PublicKeyRecordRetriever pkrr)
public void addRetriever(String methodName, PublicKeyRecordRetriever pkrr)
public List<String> getRecords(CharSequence methodAndOption, CharSequence selector, CharSequence token) throws TempFailException, PermFailException
getRecords
in interface PublicKeyRecordRetriever
methodAndOption
- 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 optionsCopyright © 2008–2015. All rights reserved.