Uses of Class
de.quantummaid.httpmaid.http.HeaderName
-
-
Uses of HeaderName in de.quantummaid.httpmaid.http
Methods in de.quantummaid.httpmaid.http that return HeaderName Modifier and Type Method Description static HeaderNameHeaderName. headerName(String value)HeaderNameHeader. name()Methods in de.quantummaid.httpmaid.http with parameters of type HeaderName Modifier and Type Method Description static HeaderHeader. header(HeaderName name, HeaderValue value) -
Uses of HeaderName in de.quantummaid.httpmaid.websockets
Method parameters in de.quantummaid.httpmaid.websockets with type arguments of type HeaderName Modifier and Type Method Description static ConfiguratorWebsocketConfigurators. toRememberAdditionalHeadersInWebsocketMessages(List<HeaderName> headerNames) -
Uses of HeaderName in de.quantummaid.httpmaid.websockets.criteria
Methods in de.quantummaid.httpmaid.websockets.criteria that return HeaderName Modifier and Type Method Description HeaderNameHeaderCriterion. name()Methods in de.quantummaid.httpmaid.websockets.criteria with parameters of type HeaderName Modifier and Type Method Description static HeaderCriterionHeaderCriterion. headerCriterion(HeaderName name, HeaderValue value) -
Uses of HeaderName in de.quantummaid.httpmaid.websockets.registry.filter.header
Method parameters in de.quantummaid.httpmaid.websockets.registry.filter.header with type arguments of type HeaderName Modifier and Type Method Description static HeaderFilterAllowListHeaderFilter. allowListHeaderFilter(List<HeaderName> names)
-