public class HttpTokens extends Object
| Constructor and Description |
|---|
HttpTokens() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidTokenCharacter(byte c)
Returns true if the token character is valid according to rfc7230
|
static void |
verifyToken(HttpString header)
Verifies that the contents of the HttpString are a valid token according to rfc7230.
|
public static void verifyToken(HttpString header)
header - The header to verifypublic static boolean isValidTokenCharacter(byte c)
Copyright © 2020 JBoss by Red Hat. All rights reserved.