|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUpdaterClient | |
---|---|
com.universaldevices.autoupdate | |
com.universaldevices.soap | |
com.universaldevices.upnp |
Uses of IUpdaterClient in com.universaldevices.autoupdate |
---|
Methods in com.universaldevices.autoupdate with parameters of type IUpdaterClient | |
---|---|
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)
|
Uses of IUpdaterClient in com.universaldevices.soap |
---|
Methods in com.universaldevices.soap with parameters of type IUpdaterClient | |
---|---|
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 |
Uses of IUpdaterClient in com.universaldevices.upnp |
---|
Methods in com.universaldevices.upnp with parameters of type IUpdaterClient | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |