Home
last modified time | relevance | path

Searched defs:hostName (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DProxyServer.h53 ProxyServer(Type type, const String& hostName, int port) in ProxyServer()
61 const String& hostName() const { return m_hostName; } in hostName() function
/external/apache-http/src/org/apache/http/client/protocol/
DRequestAddCookies.java134 String hostName = targetHost.getHostName(); in process() local
/external/nist-sip/java/gov/nist/javax/sip/stack/
DHopImpl.java74 public HopImpl(String hostName, int portNumber, String trans) { in HopImpl()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DInetAddressThreadTest.java86 String hostName = ia.getHostName(); in run() local
/external/nist-sip/java/gov/nist/core/
DHost.java94 public Host(String hostName) throws IllegalArgumentException { in Host()
/external/apache-http/src/org/apache/http/conn/ssl/
DAbstractVerifier.java148 String hostName = host.trim().toLowerCase(Locale.ENGLISH); in verify() local
/external/webkit/Source/WebCore/loader/
DResourceLoadScheduler.cpp59 String hostName = url.host(); in hostForURL() local
/external/webkit/Source/WebCore/websockets/
DWebSocketHandshake.cpp74 static String hostName(const KURL& url, bool secure) in hostName() function