Home
last modified time | relevance | path

Searched refs:findValue (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/
DURLConnection.java111 return properties == null ? null : properties.findValue(name); in getHeaderField()
156 String ce = properties.findValue("content-encoding"); in getContentType()
158 ct = properties.findValue("content-type"); in getContentType()
210 l = Integer.parseInt(properties.findValue("content-length")); in getContentLength()
DMessageHeader.java79 public synchronized String findValue(String k) { in findValue() method in MessageHeader
404 if (findValue(k) == null) { in setIfNotSet()
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java1116 return requests.findValue(key); in getRequestProperty()