Package | Description |
---|---|
com.universaldevices.autoupdate | |
com.universaldevices.soap | |
com.universaldevices.upnp |
Modifier and Type | Method and Description |
---|---|
static boolean |
UDUpdater.doUpdate(java.net.Socket s,
java.io.InputStream is,
java.io.OutputStream os,
byte[] image,
IUpdaterClient view)
This method is in charge of actually writing the file content to ISY.
|
static boolean |
UDUpdater.update(IUpdateHandler dev,
java.util.zip.ZipFile zip,
boolean is_sysload,
IUpdaterClient view)
Updates ISY's files/directories based on the given ZIP file
|
static boolean |
UDUpdater.updateProgram(java.io.InputStream is,
int size,
java.lang.String name,
IUpdateHandler dev,
IUpdaterClient view)
This method prepares the ISY to receive a file and write it to the given path
|
boolean |
IUpdateHandler.uploadFile(java.lang.String path,
byte[] body,
char flag,
IUpdaterClient view) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
UDProxyDevice.deleteFile(java.lang.String path,
IUpdaterClient view) |
boolean |
UDProxyDevice.uploadFile(java.lang.String path,
byte[] body,
char flag,
IUpdaterClient view)
Uploads a file
|