Package | Description |
---|---|
com.universaldevices.soap | |
com.universaldevices.upnp |
Modifier and Type | Method and Description |
---|---|
UDHTTPResponse |
AbstractHTTPRequest.getServerResponse(java.lang.StringBuffer header,
java.lang.StringBuffer body,
boolean keep_alive)
Issues the request to the server and returns the response in
UDHTTPResponse object |
UDHTTPResponse |
UDHTTPSRequest.getServerResponse(java.lang.StringBuffer header,
java.lang.StringBuffer body,
boolean keep_alive,
java.lang.Object device)
Issues the request to the server and returns the response
|
UDHTTPResponse |
UDHTTPRequest.getServerResponse(java.lang.StringBuffer header,
java.lang.StringBuffer body,
boolean keep_alive,
java.lang.Object device)
Issues the request to the server and returns the response
|
abstract UDHTTPResponse |
AbstractHTTPRequest.getServerResponse(java.lang.StringBuffer header,
java.lang.StringBuffer body,
boolean keep_alive,
java.lang.Object device)
Issues the request to the server and returns the response
|
static UDHTTPResponse |
UDHTTPResponse.parse(java.io.ByteArrayOutputStream data)
Parses the HTTP header
|
static UDHTTPResponse |
UDHTTPResponse.parse(java.io.ByteArrayOutputStream data,
java.lang.Object device)
Parses the HTTP header
|
static UDHTTPResponse |
UDHTTPUtil.parseHTTPHeader(java.lang.String header) |
UDHTTPResponse |
AbstractHTTPRequest.post(byte[] body,
boolean keep_alive,
IUpdaterClient view)
Simple post
|
UDHTTPResponse |
UDHTTPSRequest.post(java.lang.StringBuffer header,
byte[] body,
boolean keep_alive,
java.lang.Object device,
IUpdaterClient view) |
UDHTTPResponse |
UDHTTPRequest.post(java.lang.StringBuffer header,
byte[] body,
boolean keep_alive,
java.lang.Object device,
IUpdaterClient view)
Simple post
|
abstract UDHTTPResponse |
AbstractHTTPRequest.post(java.lang.StringBuffer header,
byte[] body,
boolean keep_alive,
java.lang.Object device,
IUpdaterClient view)
Simple post
|
UDHTTPResponse |
UDSOAPRequest.submit(java.lang.StringBuffer body,
java.lang.String soapAction,
short signatureType,
boolean encrypt,
boolean keep_alive)
Same as submit without attributes
|
UDHTTPResponse |
UDSOAPRequest.submit(java.lang.StringBuffer body,
java.lang.String soapAction,
java.lang.String attributes,
short signatureType,
boolean encrypt,
boolean keep_alive)
Submits a SOAP Web Services request to ISY
|
UDHTTPResponse |
UDSOAPRequest.subscribe(boolean keep_alive,
java.lang.String local_host,
int port)
Subscribe to ISY events
|
UDHTTPResponse |
UDSOAPRequest.unsubscribe()
Unsubscribe from ISY events
|
Modifier and Type | Method and Description |
---|---|
UDHTTPResponse |
UDIWebServiceProcessor.submitDetailedRequest(java.lang.String soapAction,
java.lang.StringBuffer body,
boolean keep_alive)
Submits a SOAP request, returns the full HTTP Response.
|
UDHTTPResponse |
UDIWebServiceProcessor.submitDetailedRequest(java.lang.String soapAction,
java.lang.StringBuffer body,
java.lang.String attributes,
boolean keep_alive)
Submits a SOAP request, returns the full HTTP Response.
|
UDHTTPResponse |
UDProxyDevice.submitSOAPRequest(java.lang.String soapAction,
java.lang.StringBuffer body,
short signatureType,
boolean encrypt,
boolean keep_alive) |
UDHTTPResponse |
UDProxyDevice.submitSOAPRequest(java.lang.String soapAction,
java.lang.StringBuffer body,
short signatureType,
boolean encrypt,
boolean keep_alive,
boolean longTimeout)
Same as submitSOAPRequest without attributes
|
UDHTTPResponse |
UDProxyDevice.submitSOAPRequest(java.lang.String soapAction,
java.lang.StringBuffer body,
java.lang.String attributes,
short signatureType,
boolean encrypt,
boolean keep_alive,
boolean longTimeout) |
UDHTTPResponse |
UDProxyDevice.submitSOAPRequest(java.lang.String serviceName,
java.lang.String soapAction,
java.lang.StringBuffer body,
short signatureType,
boolean encrypt,
boolean keep_alive)
same as above but using a service name
|
UDHTTPResponse |
UDProxyDevice.submitSOAPRequest(java.lang.String serviceName,
java.lang.String soapAction,
java.lang.StringBuffer body,
short signatureType,
boolean encrypt,
boolean keep_alive,
boolean longTimeout)
Same as submitSOAPRequest without attributes
|
UDHTTPResponse |
UDProxyDevice.submitSOAPRequest(java.lang.String serviceName,
java.lang.String soapAction,
java.lang.StringBuffer body,
java.lang.String attributes,
short signatureType,
boolean encrypt,
boolean keep_alive,
boolean longTimeout)
Same as above with the addition of a service name
|