Class HeaderEncoding


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

      Constructors 
      Constructor Description
      HeaderEncoding()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setMaxHeaderTableSize​(com.twitter.hpack.Encoder encoder, int newSize)  
      java.util.List<com.webpieces.http2.api.dto.lowlevel.lib.Http2Frame> translateToFrames​(long maxFrameSize, com.twitter.hpack.Encoder encoder, com.webpieces.http2.api.dto.highlevel.Http2Headers headers)  
      java.util.List<com.webpieces.http2.api.dto.lowlevel.lib.Http2Frame> translateToFrames​(long maxFrameSize, com.twitter.hpack.Encoder encoder, com.webpieces.http2.api.dto.highlevel.Http2Push p)  
      • Methods inherited from class java.lang.Object

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

      • HeaderEncoding

        public HeaderEncoding()
    • Method Detail

      • translateToFrames

        public java.util.List<com.webpieces.http2.api.dto.lowlevel.lib.Http2Frame> translateToFrames​(long maxFrameSize,
                                                                                                     com.twitter.hpack.Encoder encoder,
                                                                                                     com.webpieces.http2.api.dto.highlevel.Http2Push p)
      • translateToFrames

        public java.util.List<com.webpieces.http2.api.dto.lowlevel.lib.Http2Frame> translateToFrames​(long maxFrameSize,
                                                                                                     com.twitter.hpack.Encoder encoder,
                                                                                                     com.webpieces.http2.api.dto.highlevel.Http2Headers headers)
      • setMaxHeaderTableSize

        public void setMaxHeaderTableSize​(com.twitter.hpack.Encoder encoder,
                                          int newSize)
                                   throws java.io.IOException
        Throws:
        java.io.IOException