Uses of Class
de.quantummaid.httpmaid.http.HeaderValue
-
Packages that use HeaderValue Package Description de.quantummaid.httpmaid.http de.quantummaid.httpmaid.websockets.criteria -
-
Uses of HeaderValue in de.quantummaid.httpmaid.http
Methods in de.quantummaid.httpmaid.http that return HeaderValue Modifier and Type Method Description static HeaderValueHeaderValue. headerValue(String value)HeaderValueHeader. value()Methods in de.quantummaid.httpmaid.http with parameters of type HeaderValue Modifier and Type Method Description static HeaderHeader. header(HeaderName name, HeaderValue value) -
Uses of HeaderValue in de.quantummaid.httpmaid.websockets.criteria
Methods in de.quantummaid.httpmaid.websockets.criteria that return HeaderValue Modifier and Type Method Description HeaderValueHeaderCriterion. value()Methods in de.quantummaid.httpmaid.websockets.criteria with parameters of type HeaderValue Modifier and Type Method Description static HeaderCriterionHeaderCriterion. headerCriterion(HeaderName name, HeaderValue value)
-