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
- Enclosing class:
ThreadLimitHandler
-
Field Summary
FieldsFields inherited from class org.eclipse.jetty.http.QuotedCSVParser
_keepQuotes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) StringgetFor()protected voidparsedParam(StringBuffer buffer, int valueLength, int paramName, int paramValue) Called when a parameter has been parsedMethods inherited from class org.eclipse.jetty.http.QuotedCSV
getValues, isEmpty, iterator, parsedValueAndParams, size, toStringMethods inherited from class org.eclipse.jetty.http.QuotedCSVParser
addValue, parsedValue, unquoteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
_for
String _for
-
-
Constructor Details
-
RFC7239
private RFC7239()
-
-
Method Details
-
getFor
String getFor() -
parsedParam
Description copied from class:QuotedCSVParserCalled when a parameter has been parsed- Overrides:
parsedParamin 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
-