Class SipLimiterFilterCondition

  • All Implemented Interfaces:
    LimiterFilterCondition<org.jainslee.resources.sip.IncomingSipRequest>

    public abstract class SipLimiterFilterCondition
    extends java.lang.Object
    implements LimiterFilterCondition<org.jainslee.resources.sip.IncomingSipRequest>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<org.jainslee.resources.sip.IncomingSipRequest> getMessageType()
      Gets the message type that this limiter filter condition applies to.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SipLimiterFilterCondition

        public SipLimiterFilterCondition()
    • Method Detail

      • getMessageType

        public java.lang.Class<org.jainslee.resources.sip.IncomingSipRequest> getMessageType()
        Description copied from interface: LimiterFilterCondition
        Gets the message type that this limiter filter condition applies to.
        Specified by:
        getMessageType in interface LimiterFilterCondition<org.jainslee.resources.sip.IncomingSipRequest>
        Returns:
        the class of the message type to which this condition applies