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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSID()
long
getTimeout()
void
setErrorResponse(int code)
void
setResponse(int code)
void
setSID(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 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 Detail
-
SubscriptionResponse
public SubscriptionResponse()
-
SubscriptionResponse
public SubscriptionResponse(HTTPResponse httpRes)
-
-