Uses of Class
io.netty.handler.codec.http2.CharSequenceMap
Packages that use CharSequenceMap
-
Uses of CharSequenceMap in io.netty.handler.codec.http2
Subclasses with type arguments of type CharSequenceMap in io.netty.handler.codec.http2Fields in io.netty.handler.codec.http2 declared as CharSequenceMapModifier and TypeFieldDescriptionprivate static final CharSequenceMap<AsciiString> HttpConversionUtil.HTTP_TO_HTTP2_HEADER_BLACKLISTThe set of headers that should not be directly copied when converting headers from HTTP to HTTP/2.private static final CharSequenceMap<AsciiString> HttpConversionUtil.Http2ToHttpHeaderTranslator.REQUEST_HEADER_TRANSLATIONSTranslations from HTTP/2 header name to the HTTP/1.x equivalent.private static final CharSequenceMap<AsciiString> HttpConversionUtil.Http2ToHttpHeaderTranslator.RESPONSE_HEADER_TRANSLATIONSprivate final CharSequenceMap<AsciiString> HttpConversionUtil.Http2ToHttpHeaderTranslator.translationsMethods in io.netty.handler.codec.http2 that return CharSequenceMapModifier and TypeMethodDescriptionprivate static CharSequenceMap<AsciiString> HttpConversionUtil.toLowercaseMap(Iterator<? extends CharSequence> valuesIter, int arraySizeHint)