Home
last modified time | relevance | path

Searched defs:host (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/external/conscrypt/src/main/java/org/conscrypt/
DClientSessionContext.java52 String host = session.getPeerHost(); in sessionRemoved() local
70 public SSLSession getSession(String host, int port) { in getSession()
105 String host = session.getPeerHost(); in putSession() local
126 final String host; field in ClientSessionContext.HostAndPort
129 HostAndPort(String host, int port) { in HostAndPort()
DFileClientSessionCache.java120 private static String fileName(String host, int port) { in fileName()
128 public synchronized byte[] getSessionData(String host, int port) { in getSessionData()
183 static void logReadError(String host, File file, Throwable t) { in logReadError()
191 String host = session.getPeerHost(); in putSessionData() local
304 static void logWriteError(String host, File file, Throwable t) { in logWriteError()
/external/guava/guava/src/com/google/common/net/
DHostAndPort.java72 private final String host; field in HostAndPort
80 private HostAndPort(String host, int port, boolean hasBracketlessColons) { in HostAndPort()
133 public static HostAndPort fromParts(String host, int port) { in fromParts()
151 public static HostAndPort fromHost(String host) { in fromHost()
169 String host; in fromString() local
224 String host = hostPortString.substring(1, closeBracketIndex); in getHostAndPortFromBracketedHost() local
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLEngineTest.java69 String host = "new host"; in test03() local
72 assertEquals(e.getPeerHost(), host); in test03() local
92 String host = "new host"; in testWrap01() local
120 String host = "new host"; in testWrap02() local
153 String host = "new host"; in testWrap03() local
183 String host = "new host"; in testWrap04() local
199 String host = "new host"; in testWrap05() local
224 String host = "new host"; in testUnwrap01() local
252 String host = "new host"; in testUnwrap02() local
314 String host = "new host"; in testUnwrap04() local
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocketFactory.java46 public SSLSocket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket()
53 public SSLSocket createSocket(String host, int port, InetAddress localAddress, int localPort) in createSocket()
61 public SSLSocket createSocket(InetAddress host, int port) throws IOException { in createSocket()
68 public SSLSocket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort) in createSocket()
86 public SSLSocket createSocket(Socket socket, String host, int port, boolean autoClose) in createSocket()
DDelegatingSocketFactory.java44 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket()
51 public Socket createSocket(String host, int port, InetAddress localAddress, int localPort) in createSocket()
59 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket()
66 public Socket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort) in createSocket()
DFallbackTestClientSocketFactory.java43 @Override public SSLSocket createSocket(Socket s, String host, int port, boolean autoClose) in createSocket()
54 @Override public SSLSocket createSocket(String host,int port) throws IOException { in createSocket()
59 @Override public SSLSocket createSocket(String host,int port, InetAddress localHost, in createSocket()
65 @Override public SSLSocket createSocket(InetAddress host,int port) throws IOException { in createSocket()
/external/apache-http/android/src/android/net/http/
DRequestQueue.java153 ConnectionThread getThread(HttpHost host) { in getThread()
166 public Connection getConnection(Context context, HttpHost host) { in getConnection()
260 String host = Proxy.getHost(mContext); in setProxyConfig() local
352 public Request getRequest(HttpHost host) { in getRequest()
355 public boolean haveRequest(HttpHost host) { in haveRequest()
371 HttpHost host = new HttpHost(uri.getHost(), uri.getPort(), uri.getScheme()); in queueSynchronousRequest() local
390 private HttpHost determineHost(HttpHost host) { in determineHost()
456 public synchronized Request getRequest(HttpHost host) { in getRequest()
473 public synchronized boolean haveRequest(HttpHost host) { in haveRequest()
492 HttpHost host = request.mProxyHost == null ? request.mHost : request.mProxyHost; in queueRequest() local
[all …]
DRequestFeeder.java28 Request getRequest(HttpHost host); in getRequest()
33 boolean haveRequest(HttpHost host); in haveRequest()
/external/chromium-libpac/src/
Dproxy_resolver_js_bindings.cc37 virtual bool DnsResolve(const std::string& host, in DnsResolve()
43 virtual bool DnsResolveEx(const std::string& host, in DnsResolveEx()
63 bool DnsResolveImpl(const std::string& host, in DnsResolveImpl()
74 bool DnsResolveExImpl(const std::string& host, in DnsResolveExImpl()
/external/jetty/src/java/org/eclipse/jetty/client/
DAddress.java28 private final String host; field in Address
33 String host; in from() local
49 public Address(String host, int port) in Address()
/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965DomainAttributeHandler.java104 public boolean domainMatch(String host, String domain) { in domainMatch()
122 String host = origin.getHost().toLowerCase(Locale.ENGLISH); in validate() local
186 String host = origin.getHost().toLowerCase(Locale.ENGLISH); in match() local
/external/apache-http/src/org/apache/http/auth/
DAuthScope.java89 private final String host; field in AuthScope
111 public AuthScope(final String host, int port, in AuthScope()
134 public AuthScope(final String host, int port, final String realm) { in AuthScope()
149 public AuthScope(final String host, int port) { in AuthScope()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
DNetwork.java121 public static Client connectToServer( String host, int hostPort ) throws IOException in connectToServer()
130 …public static Client connectToServer( String host, int hostPort, int remoteUdpPort ) throws IOExce… in connectToServer()
140 String host, int hostPort ) throws IOException in connectToServer()
162String host, int hostPort, int remoteUdpPort ) throws IOException in connectToServer()
179 public void connectToServer( String host, int port, int remoteUdpPort ) throws IOException in connectToServer()
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/
DSocketFactoryTest.java86 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket()
91 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket()
97 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket()
/external/libvncserver/x11vnc/
Davahi.c54 static int try_avahi_helper(char *name, char *host, uint16_t port) { in try_avahi_helper()
150 void avahi_advertise(char *name, char *host, uint16_t port) { in avahi_advertise()
190 const char *host; member
196 char *host; member
294 static void _avahi_create_services(char *name, char *host, uint16_t port) { in _avahi_create_services()
331 void avahi_advertise(char *name, char *host, uint16_t port) { in avahi_advertise()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java30 public InetAddress host; field in HostAndPort
38 public HostAndPort(InetAddress host, int port) { in HostAndPort()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java30 public InetAddress host; field in HostAndPort
38 public HostAndPort(InetAddress host, int port) { in HostAndPort()
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java30 public InetAddress host; field in HostAndPort
38 public HostAndPort(InetAddress host, int port) { in HostAndPort()
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java30 public InetAddress host; field in HostAndPort
38 public HostAndPort(InetAddress host, int port) { in HostAndPort()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java30 public InetAddress host; field in HostAndPort
38 public HostAndPort(InetAddress host, int port) { in HostAndPort()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java30 public InetAddress host; field in HostAndPort
38 public HostAndPort(InetAddress host, int port) { in HostAndPort()
/external/apache-http/src/org/apache/http/conn/
DHttpHostConnectException.java50 private final HttpHost host; field in HttpHostConnectException
52 public HttpHostConnectException(final HttpHost host, final ConnectException cause) { in HttpHostConnectException()
/external/nist-sip/java/gov/nist/javax/sip/header/
DCallIdentifier.java55 protected String host; field in CallIdentifier
68 public CallIdentifier(String localId, String host) { in CallIdentifier()
180 public void setHost(String host) { in setHost()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntentFilterAuthorityEntry.java9 private String host; field in ShadowIntentFilterAuthorityEntry
12 public void __constructor__(String host, String port) { in __constructor__()

12345678910>>...22