Package com.naver.ads.network.raw
Class HttpHeader
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class HttpHeader implements Parcelable
Represents an HTTP header field.
-
-
Constructor Summary
Constructors Constructor Description HttpHeader(String name, String value)Constructs a new HttpHeader instance.
-
Method Summary
Modifier and Type Method Description final StringgetName()the name of header. final StringgetValue()the value of header. final UnitsetValue(String value)the value of header. final List<String>getValues()Get the comma separated value as an array. final UnitaddValue(String value)Add a new value to the end of this header.
-