Interface SessionExpiresHeader

  • All Superinterfaces:
    Cloneable, Header, Parameters, Serializable

    public interface SessionExpiresHeader
    extends Header, Parameters
    Session-Expires header from the Session Timers Draft RFC.
    The Session-Expires header field conveys the session interval for a SIP session. It is placed only in INVITE or UPDATE requests, as well as in any 2xx response to an INVITE or UPDATE. Like the SIP Expires header field, it contains a delta-time.

    The syntax of the Session-Expires header field is:

      Session-Expires  = ('Session-Expires' / 'x') HCOLON delta-seconds
                           *(SEMI se-params)
      se-params        = refresher-param / generic-param
      refresher-param  = 'refresher' EQUAL  ('uas' / 'uac')