|
||||||||||
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.HTTPRequest
org.cybergarage.soap.SOAPRequest
org.cybergarage.upnp.event.NotifyRequest
public class NotifyRequest
Constructor Summary | |
---|---|
NotifyRequest()
|
|
NotifyRequest(HTTPRequest httpReq)
|
Method Summary | |
---|---|
PropertyList |
getPropertyList()
|
long |
getSEQ()
|
java.lang.String |
getSID()
|
void |
setNT(java.lang.String value)
|
void |
setNTS(java.lang.String value)
|
boolean |
setRequest(Subscriber sub,
java.lang.String varName,
java.lang.String value)
|
void |
setSEQ(long value)
|
void |
setSID(java.lang.String id)
|
Methods inherited from class org.cybergarage.soap.SOAPRequest |
---|
getBodyNode, getEnvelopeNode, getSOAPAction, isSOAPAction, postMessage, print, setContent, setEnvelopeNode, setSOAPAction |
Methods inherited from class org.cybergarage.http.HTTPRequest |
---|
getFirstLineString, getHeader, getHTTPVersion, getLocalAddress, getLocalPort, getMethod, getParameterList, getParameterValue, getRequestHost, getRequestPort, getSocket, getURI, isGetRequest, isHeadRequest, isKeepAlive, isMethod, isNotifyRequest, isPostRequest, isSOAPAction, isSubscribeRequest, isUnsubscribeRequest, parseRequestLine, post, post, post, read, returnBadRequest, returnOK, returnResponse, set, setMethod, setRequestHost, setRequestPort, setSocket, setURI, setURI, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotifyRequest()
public NotifyRequest(HTTPRequest httpReq)
Method Detail |
---|
public void setNT(java.lang.String value)
public void setNTS(java.lang.String value)
public void setSID(java.lang.String id)
public java.lang.String getSID()
public void setSEQ(long value)
public long getSEQ()
public boolean setRequest(Subscriber sub, java.lang.String varName, java.lang.String value)
public PropertyList getPropertyList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |