public class ConfigRelationNameFilter extends ConfigFilter
| Constructor and Description |
|---|
ConfigRelationNameFilter(Name name,
ConfigNameRelation.Relation relation)
Create a ConfigRelationNameFilter for the given values.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matchName(Name packetName)
Implementation of the check for match.
|
create, matchpublic ConfigRelationNameFilter(Name name, ConfigNameRelation.Relation relation)
name - The relation name, which is copied.relation - The relation type as a ConfigNameRelation.Relation enum.protected boolean matchName(Name packetName) throws ValidatorConfigError
matchName in class ConfigFilterpacketName - The packet name, which is already stripped of signature
components if this is a signed Interest name.ValidatorConfigErrorCopyright © 2019. All rights reserved.