com.universaldevices.autoupdate
Interface IUpdaterResponse

All Known Implementing Classes:
UDHTTPResponse

public interface IUpdaterResponse

This interface is implemented by objects which have the capability of keeping a socket open UDHTTPResponse implements this interface and no other objects should try to implement this interface

Author:
UD Architect

Method Summary
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 java.net.Socket getSocket()
           
 boolean hasSucceeded()
           
 

Method Detail

hasSucceeded

boolean hasSucceeded()
Returns:
- whether or not the operation (request for program update)

getSocket

java.net.Socket getSocket()
Returns:
- the socket which issued the request for program update

getInputStream

java.io.InputStream getInputStream()
Returns:
- the input stream for the current open socket

getOutputStream

java.io.OutputStream getOutputStream()
Returns:
- the output stream for the current open socket