public final class ParserUtils extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static byte |
AMPERSAND |
|
static byte |
ASTERISK |
|
static byte |
CARRIAGE_RETURN |
|
static byte |
COLON |
|
static byte |
COMMA |
|
static byte |
DOT |
|
static byte |
EQUALS |
|
static byte |
LEFT_SQUARE_BRACKET |
|
static byte |
LINE_FEED |
|
static byte |
PERCENT |
|
static byte |
PLUS |
|
static byte |
QUESTION |
|
static byte |
RIGHT_SQUARE_BRACKET |
|
static byte |
SEMICOLON |
|
static byte |
SLASH |
|
static byte |
SPACE |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
getMaximumRequestMethodLength() |
|
static int |
getProtocolLength() |
|
static boolean |
isAlphaChar(byte c) |
|
static boolean |
isDigitChar(byte c) |
|
static boolean |
isDNSNameChar(byte c) |
|
static boolean |
isHexDigitChar(byte c) |
|
static boolean |
isIPv4AddressChar(byte c) |
|
static boolean |
isIPv6AddressChar(byte c) |
|
static boolean |
isObsoleteChar(byte c) |
|
static boolean |
isPathSegmentChar(byte c) |
|
static boolean |
isProtocolChar(byte c,
int index) |
|
static boolean |
isRequestTargetChar(byte c) |
|
static boolean |
isSchemeChar(byte c) |
|
static boolean |
isSpaceOrTabChar(byte c) |
|
static boolean |
isTokenChar(byte c) |
|
static boolean |
isVisibleAsciiChar(byte c) |
public static final byte AMPERSAND
public static final byte ASTERISK
public static final byte COLON
public static final byte COMMA
public static final byte CARRIAGE_RETURN
public static final byte DOT
public static final byte EQUALS
public static final byte LEFT_SQUARE_BRACKET
public static final byte LINE_FEED
public static final byte PERCENT
public static final byte PLUS
public static final byte QUESTION
public static final byte RIGHT_SQUARE_BRACKET
public static final byte SEMICOLON
public static final byte SLASH
public static final byte SPACE
public static int getMaximumRequestMethodLength()
public static int getProtocolLength()
public static boolean isRequestTargetChar(byte c)
public static boolean isDNSNameChar(byte c)
public static boolean isIPv4AddressChar(byte c)
public static boolean isIPv6AddressChar(byte c)
public static boolean isAlphaChar(byte c)
public static boolean isSchemeChar(byte c)
public static boolean isTokenChar(byte c)
public static boolean isObsoleteChar(byte c)
public static boolean isVisibleAsciiChar(byte c)
public static boolean isSpaceOrTabChar(byte c)
public static boolean isProtocolChar(byte c,
int index)
public static boolean isPathSegmentChar(byte c)
public static boolean isDigitChar(byte c)
public static boolean isHexDigitChar(byte c)
Copyright © 2026 JBoss by Red Hat. All rights reserved.