Package io.netty.handler.codec.http2
Interface HpackDecoder.Sink
-
- All Known Implementing Classes:
HpackDecoder.Http2HeadersSink
- Enclosing class:
- HpackDecoder
private static interface HpackDecoder.Sink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
appendToHeaderList(java.lang.CharSequence name, java.lang.CharSequence value)
void
finish()
-
-
-
Method Detail
-
appendToHeaderList
void appendToHeaderList(java.lang.CharSequence name, java.lang.CharSequence value)
-
finish
void finish() throws Http2Exception
- Throws:
Http2Exception
-
-