Uses of Interface
io.undertow.util.HeaderToken
Packages that use HeaderToken
-
Uses of HeaderToken in io.undertow.security.impl
Classes in io.undertow.security.impl that implement HeaderTokenModifier and TypeClassDescriptionenum
Enumeration of tokens expected in a HTTP Digest 'Authentication-Info' header.enum
Enumeration of tokens expected in a HTTP Digest 'Authorization' header.enum
Enumeration of tokens expected in a HTTP Digest 'WWW_Authenticate' header. -
Uses of HeaderToken in io.undertow.util
Classes in io.undertow.util with type parameters of type HeaderTokenModifier and TypeClassDescriptionclass
HeaderTokenParser<E extends HeaderToken>
Utility to parse the tokens contained within a HTTP header.