HomeSort by relevance Sort by last modified time
    Searched refs:wrappedHost (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketImpl.java 45 private final String wrappedHost;
90 this.wrappedHost = null;
108 this.wrappedHost = host;
131 this.wrappedHost = host;
151 this.wrappedHost = null;
173 this.wrappedHost = null;
211 return wrappedHost;
219 if (wrappedHost != null) {
220 return wrappedHost;
OpenSSLSocketImpl.java 104 private String wrappedHost;
157 this.wrappedHost = host;
430 if (wrappedHost != null) {
431 return wrappedHost;
441 return wrappedHost == null ? super.getPort() : wrappedPort;
584 tm.checkServerTrusted(peerCertificateChain, authMethod, wrappedHost);
    [all...]

Completed in 1406 milliseconds