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
Modifier and Type Method Description String
getDeliveryHost()
String
getDeliveryPath()
int
getDeliveryPort()
String
getDeliveryURL()
String
getInterfaceAddress()
long
getNotifyCount()
String
getSID()
long
getSubscriptionTime()
long
getTimeOut()
void
incrementNotifyCount()
boolean
isExpired()
void
renew()
void
setDeliveryURL(String deliveryURL)
void
setInterfaceAddress(String addr)
void
setNotifyCount(int cnt)
void
setSID(String sid)
void
setSubscriptionTime(long time)
void
setTimeOut(long value)
-
Constructor Details
-
Subscriber
public Subscriber()
-
-
Method Details
-
getSID
-
setSID
-
setInterfaceAddress
-
getInterfaceAddress
-
getDeliveryURL
-
setDeliveryURL
-
getDeliveryHost
-
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()
-