Class GbSipDate

java.lang.Object
gov.nist.javax.sip.header.SIPDate
io.github.lunasaw.sip.common.entity.GbSipDate
All Implemented Interfaces:
Serializable, Cloneable

public class GbSipDate extends gov.nist.javax.sip.header.SIPDate
重写jain sip的SIPDate解决与国标时间格式不一致的问题
Author:
luna
See Also:
  • Field Summary

    Fields inherited from class gov.nist.javax.sip.header.SIPDate

    APR, AUG, day, DEC, FEB, FRI, GMT, hour, JAN, JUL, JUN, MAR, MAY, minute, MON, month, NOV, OCT, SAT, second, SEP, sipMonth, sipWkDay, SUN, THU, TUE, WED, wkday, year
  • Constructor Summary

    Constructors
    Constructor
    Description
    GbSipDate(long timeMillis)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class gov.nist.javax.sip.header.SIPDate

    clone, equals, getDeltaSeconds, getHour, getJavaCal, getMinute, getMonth, getSecond, getWkday, getYear, setDay, setHour, setMinute, setMonth, setSecond, setWkday, setYear

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GbSipDate

      public GbSipDate(long timeMillis)
  • Method Details