Package org.asynchttpclient
Class Param
- java.lang.Object
-
- org.asynchttpclient.Param
-
public class Param extends Object
A pair of (name, value) String- Author:
- slandelle
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()@Nullable StringgetValue()inthashCode()static @Nullable List<Param>map2ParamList(Map<String,List<String>> map)
-