Searched refs:findValue (Results 1 – 4 of 4) sorted by relevance
106 return properties == null ? null : properties.findValue(name); in getHeaderField()151 String ce = properties.findValue("content-encoding"); in getContentType()153 ct = properties.findValue("content-type"); in getContentType()205 l = Integer.parseInt(properties.findValue("content-length")); in getContentLength()
84 public synchronized String findValue(String k) { in findValue() method in MessageHeader408 if (findValue(k) == null) { in setIfNotSet()
57 public synchronized java.lang.String findValue(java.lang.String k) { in findValue() method in MessageHeader
1133 return requests.findValue(key); in getRequestProperty()