Package com.jcabi.http
Class ImmutableHeader
- java.lang.Object
-
- com.jcabi.http.ImmutableHeader
-
-
Constructor Summary
Constructors Constructor Description ImmutableHeader(String key, String value)
Public ctor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getValue()
static String
normalize(String key)
Normalize key.String
setValue(String value)
-