Class HeaderValueWithComment
- java.lang.Object
-
- de.quantummaid.httpmaid.http.headers.HeaderValueWithComment
-
public final class HeaderValueWithComment extends Object
-
-
Constructor Summary
Constructors Constructor Description HeaderValueWithComment()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcomment()static HeaderValueWithCommentfromString(String rawValue)Stringvalue()StringvalueWithComment()
-
-
-
Method Detail
-
fromString
public static HeaderValueWithComment fromString(String rawValue)
-
value
public String value()
-
comment
public String comment()
-
valueWithComment
public String valueWithComment()
-
-