Uses of Class
org.greenbytes.http.sfv.StringItem
-
-
Uses of StringItem in org.greenbytes.http.sfv
Methods in org.greenbytes.http.sfv that return StringItem Modifier and Type Method Description static StringItemParser. parseString(String input)Implementation of "Parsing a String" (assuming no extra characters left in input string)static StringItemStringItem. valueOf(String value)Creates aStringIteminstance representing the specifiedStringvalue.StringItemStringItem. withParams(Parameters params)
-