-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class MutableHttpHeaders extends HttpHeaders
-
-
Constructor Summary
Constructors Constructor Description MutableHttpHeaders()
-
Method Summary
Modifier and Type Method Description final IntegergetSize()final Unitset(String name, Integer value)final Unitset(String name, Boolean value)final Unitset(String name, String value)final UnitaddAll(HttpHeaders headers)final Unitclear()-
Methods inherited from class apptentive.com.android.network.MutableHttpHeaders
equals, get, hashCode, iterator, toString -
Methods inherited from class apptentive.com.android.network.HttpHeaders
forEach, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-