Package org.eclipse.jetty.server.handler
Class ThreadLimitHandler.RFC7239
- java.lang.Object
-
- org.eclipse.jetty.http.QuotedCSVParser
-
- org.eclipse.jetty.http.QuotedCSV
-
- org.eclipse.jetty.server.handler.ThreadLimitHandler.RFC7239
-
- All Implemented Interfaces:
java.lang.Iterable<java.lang.String>
- Enclosing class:
- ThreadLimitHandler
private final class ThreadLimitHandler.RFC7239 extends QuotedCSV
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
_for
-
Fields inherited from class org.eclipse.jetty.http.QuotedCSVParser
_keepQuotes
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RFC7239()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getFor()
protected void
parsedParam(java.lang.StringBuffer buffer, int valueLength, int paramName, int paramValue)
Called when a parameter has been parsed-
Methods inherited from class org.eclipse.jetty.http.QuotedCSV
getValues, isEmpty, iterator, parsedValueAndParams, size, toString
-
Methods inherited from class org.eclipse.jetty.http.QuotedCSVParser
addValue, parsedValue, unquote
-
-
-
-
Method Detail
-
getFor
java.lang.String getFor()
-
parsedParam
protected void parsedParam(java.lang.StringBuffer buffer, int valueLength, int paramName, int paramValue)
Description copied from class:QuotedCSVParser
Called when a parameter has been parsed- Overrides:
parsedParam
in classQuotedCSVParser
- Parameters:
buffer
- 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
-
-