Package com.webpieces.hpack.impl
Class HeaderEncoding
- java.lang.Object
-
- com.webpieces.hpack.impl.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 voidsetMaxHeaderTableSize(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)
-
-
-
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
-
-