Class Subscriber

java.lang.Object
org.cybergarage.upnp.event.Subscriber

public class Subscriber extends Object
  • Constructor Details

    • Subscriber

      public Subscriber()
  • Method Details

    • getSID

      public String getSID()
    • setSID

      public void setSID(String sid)
    • setInterfaceAddress

      public void setInterfaceAddress(String addr)
    • getInterfaceAddress

      public String getInterfaceAddress()
    • getDeliveryURL

      public String getDeliveryURL()
    • setDeliveryURL

      public void setDeliveryURL(String deliveryURL)
    • getDeliveryHost

      public String getDeliveryHost()
    • getDeliveryPath

      public String getDeliveryPath()
    • getDeliveryPort

      public int getDeliveryPort()
    • getTimeOut

      public long getTimeOut()
    • setTimeOut

      public void setTimeOut(long value)
    • isExpired

      public boolean isExpired()
    • getSubscriptionTime

      public long getSubscriptionTime()
    • setSubscriptionTime

      public void setSubscriptionTime(long time)
    • getNotifyCount

      public long getNotifyCount()
    • setNotifyCount

      public void setNotifyCount(int cnt)
    • incrementNotifyCount

      public void incrementNotifyCount()
    • renew

      public void renew()