Package org.cybergarage.upnp.event
Class SubscriptionResponse
java.lang.Object
org.cybergarage.http.HTTPPacket
org.cybergarage.http.HTTPResponse
org.cybergarage.upnp.event.SubscriptionResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSID()
long
void
setErrorResponse
(int code) void
setResponse
(int code) void
void
setTimeout
(long value) Methods inherited from class org.cybergarage.http.HTTPResponse
getHeader, getStatusCode, getStatusLineString, isSuccessful, print, setStatusCode, toString
Methods inherited from class org.cybergarage.http.HTTPPacket
addHeader, addHeader, clearHeaders, getCacheControl, getCharSet, getConnection, getContent, getContentInputStream, getContentLanguage, getContentLength, getContentRange, getContentRangeFirstPosition, getContentRangeInstanceLength, getContentRangeLastPosition, getContentString, getContentType, getDate, getFirstLine, getFirstLineToken, getHeader, getHeader, getHeaderString, getHeaderValue, getHost, getIntegerHeaderValue, getLongHeaderValue, getNHeaders, getServer, getStringHeaderValue, getStringHeaderValue, getTransferEncoding, getVersion, hasConnection, hasContent, hasContentInputStream, hasContentRange, hasFirstLine, hasHeader, hasTransferEncoding, init, isChunked, isCloseConnection, isKeepAliveConnection, read, set, set, set, set, setCacheControl, setCacheControl, setCacheControl, setConnection, setContent, setContent, setContent, setContent, setContentInputStream, setContentLanguage, setContentLength, setContentRange, setContentType, setDate, setHeader, setHeader, setHeader, setHeader, setHost, setHost, setIntegerHeader, setLongHeader, setServer, setStringHeader, setStringHeader, setTransferEncoding, setVersion
-
Constructor Details
-
SubscriptionResponse
public SubscriptionResponse() -
SubscriptionResponse
-
-
Method Details
-
setResponse
public void setResponse(int code) -
setErrorResponse
public void setErrorResponse(int code) -
setSID
-
getSID
-
setTimeout
public void setTimeout(long value) -
getTimeout
public long getTimeout()
-