Searched refs:host (Results 151 - 175 of 1683) sorted by relevance

1234567891011>>

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSocketFactory.java43 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { argument
44 Socket socket = delegate.createSocket(host, port);
49 public Socket createSocket(String host, int port, InetAddress localAddress, int localPort) argument
51 Socket socket = delegate.createSocket(host, port, localAddress, localPort);
56 public Socket createSocket(InetAddress host, int port) throws IOException { argument
57 Socket socket = delegate.createSocket(host, port);
62 public Socket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort) argument
64 Socket socket = delegate.createSocket(host, port, localAddress, localPort);
/external/autotest/server/
H A Dautotest.py79 def __init__(self, host=None):
80 self.host = host
97 def get_client_autodir_paths(cls, host):
103 def get_installed_autodir(cls, host):
105 Find where the Autotest client is installed on the host.
109 autodir = host.get_autodir()
111 logging.debug('Using existing host autodir: %s', autodir)
114 for path in Autotest.get_client_autodir_paths(host):
117 host
[all...]
/external/apache-http/src/org/apache/http/auth/
H A DAuthScope.java38 * The class represents an authentication scope consisting of a host name,
55 * The <tt>null</tt> value represents any host. In the future versions of
76 * Default scope matching any host, port, realm and authentication scheme.
88 /** The host the credentials apply to. */
89 private final String host; field in class:AuthScope
95 * <tt>host</tt>, <tt>port</tt>, <tt>realm</tt>, and
98 * @param host the host the credentials apply to. May be set
100 * any host.
111 public AuthScope(final String host, in argument
134 AuthScope(final String host, int port, final String realm) argument
149 AuthScope(final String host, int port) argument
[all...]
/external/autotest/server/cros/network/
H A Dlucid_sleep_test_base.py22 def initialize(self, host):
23 super(LucidSleepTestBase, self).initialize(host)
24 self._dr_utils = dark_resume_utils.DarkResumeUtils(host)
27 def warmup(self, host, raw_cmdline_args, additional_params=None):
29 host, raw_cmdline_args, additional_params)

Completed in 690 milliseconds

1234567891011>>