Searched refs:sRequestProperties (Results 1 – 1 of 1) sorted by relevance
71 private static HashMap<String, String> sRequestProperties; field in AfcClient77 sRequestProperties = new HashMap<>(); in AfcClient()150 for (Map.Entry<String, String> requestProperty : sRequestProperties.entrySet()) { in getAfcHttpRequestObject()259 sRequestProperties = new HashMap<>(); in setRequestPropertyPairs()260 sRequestProperties.putAll(requestProperties); in setRequestPropertyPairs()274 return sRequestProperties; in getRequestProperties()