|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cybergarage.http.HTTPPacket
org.cybergarage.http.HTTPResponse
org.cybergarage.upnp.event.SubscriptionResponse
public class SubscriptionResponse
Constructor Summary | |
---|---|
SubscriptionResponse()
|
|
SubscriptionResponse(HTTPResponse httpRes)
|
Method Summary | |
---|---|
java.lang.String |
getSID()
|
long |
getTimeout()
|
void |
setErrorResponse(int code)
|
void |
setResponse(int code)
|
void |
setSID(java.lang.String id)
|
void |
setTimeout(long value)
|
Methods inherited from class org.cybergarage.http.HTTPResponse |
---|
getHeader, getStatusCode, getStatusLineString, isSuccessful, print, setStatusCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SubscriptionResponse()
public SubscriptionResponse(HTTPResponse httpRes)
Method Detail |
---|
public void setResponse(int code)
public void setErrorResponse(int code)
public void setSID(java.lang.String id)
public java.lang.String getSID()
public void setTimeout(long value)
public long getTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |