HomeSort by relevance Sort by last modified time
    Searched refs:hostName (Results 26 - 50 of 71) sorted by null

12 3

  /external/chromium_org/remoting/webapp/
host.js 22 this.hostName = '';
client_screen.js 215 host.hostName);
317 l10n.localizeElement(message, host.hostName);
session_connector.js 191 host.hostId, host.jabberId, host.publicKey, host.hostName,
498 host.hostId, host.jabberId, host.publicKey, host.hostName,
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 572 String hostName = null;
696 hostName = readAsciiString(packet, optionLen);
798 newPacket.mHostName = hostName;
888 InetAddress serverIdentifier, byte[] requestedParams, String hostName) {
893 pkt.mHostName = hostName;
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 210 String hostName = getURL().getHost();
214 hostName = proxyAddress.getHostName();
217 return new SocketPermission(hostName + ":" + hostPort, "connect, resolve");
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java     [all...]
AccountSetupIncomingFragment.java 429 final String hostname = recvAuth.mAddress; local
430 if (hostname != null) {
431 mServerView.setText(hostname);
525 final String hostName =
528 sendAuth.setConnection(sendAuth.mProtocol, hostName, sendAuth.mPort, sendAuth.mFlags);
  /frameworks/base/core/java/android/net/
SSLCertificateSocketFactory.java 48 * <li>Hostname verification in most cases (see WARNINGs below)
60 * This implementation does check the server's certificate hostname, but only
61 * for createSocket variants that specify a hostname. When using methods that
67 * {@link HostnameVerifier} to verify the certificate hostname.
70 * SSL certificate and hostname checks for testing purposes. This setting
165 * Verify the hostname of the certificate used by the other end of a
166 * connected socket. You MUST call this if you did not supply a hostname
168 * redundantly if the hostname has already been verified.
170 * <p>Wildcard certificates are allowed to verify any matching hostname,
175 * @param hostname The expected hostname of the remote serve
    [all...]
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockWebServer.java 119 String hostName = getHostName();
120 return hostName.contains(".") ? hostName : ".local";
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
HttpOverSpdyTest.java 60 public boolean verify(String hostname, SSLSession session) {
76 private final String hostName = server.getHostName();
105 assertContains(request.getHeaders(), ":host: " + hostName + ":" + server.getPort());
  /frameworks/base/core/java/android/net/http/
RequestQueue.java 431 String hostName = entry.getKey().getHostName();
432 StringBuilder line = new StringBuilder("p" + count++ + " " + hostName + " ");
  /libcore/luni/src/main/java/java/net/
Socket.java 89 * Tries to connect a socket to all IP addresses of the given hostname.
136 * <p>This implementation tries each IP address for the given hostname (in
159 * <p>This implementation tries each IP address for the given hostname (in
183 * specified by the parameters {@code hostName} and {@code port}. The socket
186 * <p>This implementation tries each IP address for the given hostname (in
190 * @param hostName
206 public Socket(String hostName, int port, boolean streaming) throws IOException {
208 tryAllAddresses(hostName, port, null, 0, streaming);
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 86 private String hostName;
91 hostName = server.getHostName();
663 * We were verifying the wrong hostname when connecting to an HTTPS site
    [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java     [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLSocketImpl.java 79 private String hostname; field in class:OpenSSLSocketImpl
199 String hostName = getPeerHostName();
201 if (hostName == null) {
204 OpenSSLSessionImpl session = (OpenSSLSessionImpl) sessionContext.getSession(hostName, port);
317 if (hostname != null) {
318 NativeCrypto.SSL_set_tlsext_host_name(sslNativePointer, hostname);
821 * @param hostname the desired SNI hostname, or null to disable
823 public void setHostname(String hostname) {
824 this.hostname = hostname
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 165 * Validate a hostname name field.
242 * @param hostName the server's address
247 String hostName, String userLogin) {
251 HOSTAUTH_WHERE_CREDENTIALS, new String[] { hostName, userName }, null);
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java 97 private String hostName;
111 hostName = server.getHostName();
697 * We were verifying the wrong hostname when connecting to an HTTPS site
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 3411 char hostname[256]; local
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
ddmlib.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 572 milliseconds

12 3