Searched refs:parseContentDispositionRfc2616 (Results 1 – 1 of 1) sorted by relevance
365 filename = parseContentDispositionRfc2616(contentDisposition); in guessFileNameRfc2616()561 return parseContentDispositionRfc2616(contentDisposition); in parseContentDisposition()578 private static String parseContentDispositionRfc2616(String contentDisposition) { in parseContentDispositionRfc2616() method in URLUtil