Uses of Interface
io.undertow.util.HeaderToken
-
Packages that use HeaderToken Package Description io.undertow.security.impl io.undertow.util -
-
Uses of HeaderToken in io.undertow.security.impl
Classes in io.undertow.security.impl that implement HeaderToken Modifier and Type Class Description classAuthenticationInfoTokenEnumeration of tokens expected in a HTTP Digest 'Authentication-Info' header.classDigestAuthorizationTokenEnumeration of tokens expected in a HTTP Digest 'Authorization' header.classDigestWWWAuthenticateTokenEnumeration 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 HeaderToken Modifier and Type Class Description classHeaderTokenParser<E extends HeaderToken>Utility to parse the tokens contained within a HTTP header.
-