|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerClient | |
|---|---|
| client.gui | |
| client.net.commun | |
| client.net.transfer | |
| Uses of ServerClient in client.gui |
|---|
| Methods in client.gui that return ServerClient | |
|---|---|
ServerClient |
ServersTableModel.getServerClient(int row)
|
| Methods in client.gui with parameters of type ServerClient | |
|---|---|
void |
ServersTableModel.clientConnectedToServer(ServerClient s,
PossibleClientDescriptor pcd)
|
void |
ServersTableModel.clientDisconnectedFromServer(ServerClient s,
PossibleClientDescriptor pcd)
|
void |
ServersTableModel.connectedToServer(ServerClient s)
|
void |
ServersTableModel.disconnectedFromServer(ServerClient s)
|
void |
ServersTableModel.serverStateChanged(ServerClient s)
|
| Uses of ServerClient in client.net.commun |
|---|
| Fields in client.net.commun declared as ServerClient | |
|---|---|
protected ServerClient |
PossibleClientDescriptor.owner
|
| Methods in client.net.commun that return ServerClient | |
|---|---|
ServerClient |
NormalClient.getConAssistantServer()
|
ServerClient |
NormalClientDescriptor.getConAssistantServer()
returns null if the assistant dont exists |
ServerClient |
PossibleClientDescriptor.getOwner()
|
| Methods in client.net.commun that return types with arguments of type ServerClient | |
|---|---|
java.util.Vector<ServerClient> |
ClientManager.getServerClients()
|
| Constructors in client.net.commun with parameters of type ServerClient | |
|---|---|
NormalClient(ClientManager cm,
java.net.Socket s,
java.io.OutputStream os,
java.io.InputStream is,
Profile p,
ServerClient c,
int comport)
Constructor for ATP connection |
|
PossibleClientDescriptor(ServerClient owner,
java.lang.String name,
java.lang.String desc,
boolean passive,
int conPort,
java.lang.String ip,
long shareAmount,
java.lang.String id)
Creates a new instance of PossibleClientDescriptor |
|
| Uses of ServerClient in client.net.transfer |
|---|
| Methods in client.net.transfer with parameters of type ServerClient | |
|---|---|
void |
BridgeTransferHandler.handleTransferAcrossBridge(java.lang.String host,
int port,
java.lang.String id,
ServerClient assistant)
Called if the Server client gets the info about the bridge for transfer. |
void |
TransferManager.handleTransferAcrossBridge(java.lang.String host,
int port,
java.lang.String id,
ServerClient assistant)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||