Uses of Class
org.htmlunit.http.HttpUtils.ParseRange
Packages that use HttpUtils.ParseRange
-
Uses of HttpUtils.ParseRange in org.htmlunit.http
Methods in org.htmlunit.http with parameters of type HttpUtils.ParseRangeModifier and TypeMethodDescriptionprivate static voidHttpUtils.copyContent(String buf, HttpUtils.ParseRange range, BitSet delimiters, StringBuilder dst) Transfers content into the destination buffer until a whitespace character or any of the given delimiters is encountered.private static StringHttpUtils.parseToken(String buf, HttpUtils.ParseRange range, BitSet delimiters) Extracts from the sequence of chars a token terminated with any of the given delimiters discarding semantically insignificant whitespace characters.private static voidHttpUtils.skipWhiteSpace(String buf, HttpUtils.ParseRange range) Skips semantically insignificant whitespace characters and moves the cursor to the closest non-whitespace character.