Class RoToRfAvpFilter
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.RoToRfAvpFilter
-
-
Constructor Summary
Constructors Constructor Description RoToRfAvpFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiameterAvp
apply(DiameterAvp avp, AvpFilterContext context)
Convert avps to another version or protocol.boolean
isExtensionAvp(DiameterAvp avp)
-
-
-
Method Detail
-
apply
public DiameterAvp apply(DiameterAvp avp, AvpFilterContext context) throws NoSuchAvpException, AvpNotAllowedException
Description copied from interface:AvpFilter
Convert avps to another version or protocol. Return the input avp if no change should be made, or null if it should be removed.- Specified by:
apply
in interfaceAvpFilter
- Parameters:
avp
- to convertcontext
- for converting the avp- Returns:
- converted avp or null if it should be removed
- Throws:
NoSuchAvpException
AvpNotAllowedException
-
isExtensionAvp
public boolean isExtensionAvp(DiameterAvp avp)
-
-