Uses of Class
de.quantummaid.httpmaid.http.Header
-
Packages that use Header Package Description de.quantummaid.httpmaid.http de.quantummaid.httpmaid.websockets.registry.filter.header -
-
Uses of Header in de.quantummaid.httpmaid.http
Methods in de.quantummaid.httpmaid.http that return Header Modifier and Type Method Description static HeaderHeader. header(HeaderName name, HeaderValue value)Methods in de.quantummaid.httpmaid.http that return types with arguments of type Header Modifier and Type Method Description List<Header>Headers. asList()Method parameters in de.quantummaid.httpmaid.http with type arguments of type Header Modifier and Type Method Description static HeadersHeaders. headers(List<Header> headers) -
Uses of Header in de.quantummaid.httpmaid.websockets.registry.filter.header
Methods in de.quantummaid.httpmaid.websockets.registry.filter.header that return types with arguments of type Header Modifier and Type Method Description List<Header>AllowAllHeaderFilter. filter(List<Header> headers)List<Header>AllowListHeaderFilter. filter(List<Header> headers)List<Header>HeaderFilter. filter(List<Header> headers)Method parameters in de.quantummaid.httpmaid.websockets.registry.filter.header with type arguments of type Header Modifier and Type Method Description List<Header>AllowAllHeaderFilter. filter(List<Header> headers)List<Header>AllowListHeaderFilter. filter(List<Header> headers)List<Header>HeaderFilter. filter(List<Header> headers)
-