Class SettingsGenerator
java.lang.Object
org.eclipse.jetty.http2.generator.FrameGenerator
org.eclipse.jetty.http2.generator.SettingsGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
generateSettings
(ByteBufferPool.Accumulator accumulator, Map<Integer, Integer> settings, boolean reply) Methods inherited from class org.eclipse.jetty.http2.generator.FrameGenerator
encode, generateHeader, getMaxFrameSize, isUseDirectByteBuffers
-
Constructor Details
-
SettingsGenerator
-
-
Method Details
-
generate
- Specified by:
generate
in classFrameGenerator
-
generateSettings
public int generateSettings(ByteBufferPool.Accumulator accumulator, Map<Integer, Integer> settings, boolean reply)
-