Package io.netty.handler.codec.http
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.CharSequenceescape(T value)Appends the value to the specifiedStringBuilder, escaping if necessary.
-
-
-
Method Detail
-
escape
java.lang.CharSequence escape(T value)
Appends the value to the specifiedStringBuilder, escaping if necessary.- Parameters:
value- the value to be appended, escaped if necessary
-
-