Class UrlParamsParser
- java.lang.Object
-
- com.github.paweladamski.httpclientmock.UrlParamsParser
-
public class UrlParamsParser extends Object
-
-
Constructor Summary
Constructors Constructor Description UrlParamsParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.hc.core5.http.NameValuePair>parse(String query)List<org.apache.hc.core5.http.NameValuePair>parse(String query, Charset charset)
-