private final class ForwardedRequestCustomizer.RFC7239 extends QuotedCSV
| Modifier and Type | Field and Description |
|---|---|
(package private) HostPortHttpField |
_by |
(package private) HostPortHttpField |
_for |
(package private) HostPortHttpField |
_host |
(package private) java.lang.String |
_proto |
_keepQuotes, _values| Modifier | Constructor and Description |
|---|---|
private |
RFC7239() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
parsedParam(java.lang.StringBuffer buffer,
int valueLength,
int paramName,
int paramValue)
Called when a parameter has been parsed
|
addValue, getValues, isEmpty, iterator, parsedValue, size, toString, unquoteHostPortHttpField _by
HostPortHttpField _for
HostPortHttpField _host
java.lang.String _proto
protected void parsedParam(java.lang.StringBuffer buffer,
int valueLength,
int paramName,
int paramValue)
QuotedCSVparsedParam in class QuotedCSVbuffer - Containing the trimmed value and all parameters, which may be mutatedvalueLength - The length of the valueparamName - The index of the start of the parameter just parsedparamValue - The index of the start of the parameter value just parsed, or -1