Interface CombinedHttpHeaders.CombinedHttpHeadersImpl.CsvValueEscaper<T>

Type Parameters:
T - The type that a concrete implementation handles
Enclosing class:
CombinedHttpHeaders.CombinedHttpHeadersImpl

private static interface CombinedHttpHeaders.CombinedHttpHeadersImpl.CsvValueEscaper<T>
Escapes comma separated values (CSV).
  • Method Summary

    Modifier and Type
    Method
    Description
    escape(CharSequence name, T value)
    Appends the value to the specified StringBuilder, escaping if necessary.
  • Method Details

    • escape

      CharSequence escape(CharSequence name, T value)
      Appends the value to the specified StringBuilder, escaping if necessary.
      Parameters:
      name - the name of the header for the value being escaped
      value - the value to be appended, escaped if necessary