Class ClientFactory.FCClientFactory
- java.lang.Object
-
- unlimited.fc.client.api.multiclient.ClientFactory
-
- unlimited.fc.client.api.multiclient.ClientFactory.FCClientFactory
-
- Enclosing class:
- ClientFactory
public static class ClientFactory.FCClientFactory extends ClientFactory
A factory for creating FCClient objects.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class unlimited.fc.client.api.multiclient.ClientFactory
ClientFactory.FCClientFactory
-
-
Field Summary
-
Fields inherited from class unlimited.fc.client.api.multiclient.ClientFactory
numOfClients
-
-
Constructor Summary
Constructors Constructor Description FCClientFactory(int numOfClients)Instantiates a new fC client factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.HashBiMap<java.lang.Integer,FileTransferMechanism>get(java.lang.String remoteServer, int port)Gets a BiMap that maps client numbers to their respective instances-
Methods inherited from class unlimited.fc.client.api.multiclient.ClientFactory
get
-
-
-
-
Method Detail
-
get
public com.google.common.collect.HashBiMap<java.lang.Integer,FileTransferMechanism> get(java.lang.String remoteServer, int port)
Description copied from class:ClientFactoryGets a BiMap that maps client numbers to their respective instances- Overrides:
getin classClientFactory- Parameters:
remoteServer- the remote serverport- the port- Returns:
- the vector
-
-