OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoteClient
(Results
1 - 2
of
2
) sorted by null
/test/framework/harnesses/host_controller/tradefed/
remote_client.py
27
class
RemoteClient
(object):
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
RemoteClient.java
36
public class
RemoteClient
implements IRemoteClient {
42
private static final String TAG =
RemoteClient
.class.getSimpleName();
48
* Initialize the {@
RemoteClient
}, and instruct it to connect to the given port
55
private
RemoteClient
(int port) throws UnknownHostException, IOException {
60
* Initialize the {@
RemoteClient
}, and instruct it to connect to the given hostname and port.
67
private
RemoteClient
(String hostName, int port) throws UnknownHostException, IOException {
96
* Helper method to create a {@link
RemoteClient
} connected to given port
99
* @return the {@link
RemoteClient
}
104
return new
RemoteClient
(port);
111
* Helper method to create a {@link
RemoteClient
} connected to given host and por
[
all
...]
Completed in 209 milliseconds