Uses of Interface
com.universaldevices.autoupdate.IUpdaterResponse

Packages that use IUpdaterResponse
com.universaldevices.autoupdate   
com.universaldevices.soap   
com.universaldevices.upnp   
 

Uses of IUpdaterResponse in com.universaldevices.autoupdate
 

Methods in com.universaldevices.autoupdate that return IUpdaterResponse
 IUpdaterResponse IUpdateHandler.requestProgramUpdate(java.lang.String path, int content_len)
          Tells ISY to prepare itself for a file upload
 

Uses of IUpdaterResponse in com.universaldevices.soap
 

Classes in com.universaldevices.soap that implement IUpdaterResponse
 class UDHTTPResponse
          This class encapsulates an HTTP response as returned by ISY (or other servers).
 

Uses of IUpdaterResponse in com.universaldevices.upnp
 

Methods in com.universaldevices.upnp that return IUpdaterResponse
 IUpdaterResponse UDProxyDevice.requestProgramUpdate(java.lang.String path, int content_len)
          Prepares for a file update
 IUpdaterResponse UDProxyDevice.requestProgramUpdate(java.lang.String path, int content_len, char flag)
           
 IUpdaterResponse UDProxyDevice.requestUserFileUpdate(java.lang.String path, int content_len)