| |
|
| java.lang.Object com.db.client.Client
Client | public class Client implements Runnable(Code) | | This is the black box of the client side. It provides network capabilities but no GUI interface.
|
closeConnection | public void closeConnection()(Code) | | |
diskcache | public void diskcache()(Code) | | |
isConnected | public boolean isConnected()(Code) | | |
prefetch | public void prefetch()(Code) | | |
resendPendingRequests | public void resendPendingRequests()(Code) | | |
|
|
|