TransportClientFactory
TransportClientFactory
is…FIXME
createUnmanagedClient
Method
1 2 3 4 5 6 |
TransportClient createUnmanagedClient(String remoteHost, int remotePort) throws IOException, InterruptedException |
createUnmanagedClient
…FIXME
Note
|
createUnmanagedClient is used when…FIXME
|
createClient
Internal Method
1 2 3 4 5 6 7 8 |
TransportClient createClient(String remoteHost, int remotePort) throws IOException, InterruptedException TransportClient createClient(InetSocketAddress address) throws IOException, InterruptedException |
createClient
…FIXME
Note
|
|