Package org.cybergarage.upnp.event
Class SubscriptionResponse
java.lang.Object
org.cybergarage.http.HTTPPacket
org.cybergarage.http.HTTPResponse
org.cybergarage.upnp.event.SubscriptionResponse
public class SubscriptionResponse extends HTTPResponse
-
Constructor Summary
Constructors Constructor Description SubscriptionResponse()SubscriptionResponse(HTTPResponse httpRes) -
Method Summary
Modifier and Type Method Description StringgetSID()longgetTimeout()voidsetErrorResponse(int code)voidsetResponse(int code)voidsetSID(String id)voidsetTimeout(long value)Methods inherited from class org.cybergarage.http.HTTPResponse
getHeader, getStatusCode, getStatusLineString, isSuccessful, print, setStatusCode, toStringMethods 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()
-