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