Package org.cybergarage.upnp.event
Class Subscriber
- java.lang.Object
-
- org.cybergarage.upnp.event.Subscriber
-
public class Subscriber extends Object
-
-
Constructor Summary
Constructors Constructor Description Subscriber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeliveryHost()StringgetDeliveryPath()intgetDeliveryPort()StringgetDeliveryURL()StringgetInterfaceAddress()longgetNotifyCount()StringgetSID()longgetSubscriptionTime()longgetTimeOut()voidincrementNotifyCount()booleanisExpired()voidrenew()voidsetDeliveryURL(String deliveryURL)voidsetInterfaceAddress(String addr)voidsetNotifyCount(int cnt)voidsetSID(String sid)voidsetSubscriptionTime(long time)voidsetTimeOut(long value)
-
-
-
Method Detail
-
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()
-
-