Package com.webpieces.hpack.impl
Class MarshalStateImpl
- java.lang.Object
-
- com.webpieces.hpack.impl.MarshalStateImpl
-
- All Implemented Interfaces:
MarshalState
public class MarshalStateImpl extends java.lang.Object implements MarshalState
-
-
Constructor Summary
Constructors Constructor Description MarshalStateImpl(HeaderEncoding encoding, com.twitter.hpack.Encoder encoder, long remoteMaxFrameSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.twitter.hpack.EncodergetEncoder()longgetMaxRemoteFrameSize()voidsetOutgoingMaxTableSize(int newSize)voidsetOutoingMaxFrameSize(long maxFrameSize)
-
-
-
Constructor Detail
-
MarshalStateImpl
public MarshalStateImpl(HeaderEncoding encoding, com.twitter.hpack.Encoder encoder, long remoteMaxFrameSize)
-
-
Method Detail
-
getEncoder
public com.twitter.hpack.Encoder getEncoder()
-
getMaxRemoteFrameSize
public long getMaxRemoteFrameSize()
-
setOutoingMaxFrameSize
public void setOutoingMaxFrameSize(long maxFrameSize)
- Specified by:
setOutoingMaxFrameSizein interfaceMarshalState
-
setOutgoingMaxTableSize
public void setOutgoingMaxTableSize(int newSize)
- Specified by:
setOutgoingMaxTableSizein interfaceMarshalState
-
-