Class HeaderDecoding


  • public class HeaderDecoding
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HeaderDecoding()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.webpieces.http2.api.dto.lowlevel.lib.Http2Header> decode​(UnmarshalStateImpl state, org.webpieces.data.api.DataWrapper data, int streamId, java.util.function.Consumer<com.webpieces.http2.api.dto.lowlevel.lib.Http2Header> knownHeaders)  
      void setMaxHeaderTableSize​(com.twitter.hpack.Decoder decoder, int newSize)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HeaderDecoding

        public HeaderDecoding()
    • Method Detail

      • setMaxHeaderTableSize

        public void setMaxHeaderTableSize​(com.twitter.hpack.Decoder decoder,
                                          int newSize)
      • decode

        public java.util.List<com.webpieces.http2.api.dto.lowlevel.lib.Http2Header> decode​(UnmarshalStateImpl state,
                                                                                           org.webpieces.data.api.DataWrapper data,
                                                                                           int streamId,
                                                                                           java.util.function.Consumer<com.webpieces.http2.api.dto.lowlevel.lib.Http2Header> knownHeaders)