Top Fields Constructors Methods
jdk.internal.net.http.hpack

pack-priv final Class BulkSizeUpdateWriter

extends Object
implements BinaryRepresentationWriter
Class Inheritance
All Implemented Interfaces
jdk.internal.net.http.hpack.BinaryRepresentationWriter
Imports
java.nio.ByteBuffer, java.util.Iterator

Field Summary

Modifier and TypeField and Description
private boolean
private Iterator<Integer>
private final SizeUpdateWriter
private boolean

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
pack-priv BulkSizeUpdateWriter
public BulkSizeUpdateWriter
public boolean
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

configuredback to summary
private boolean configured
maxSizesback to summary
private Iterator<Integer> maxSizes
writerback to summary
private final SizeUpdateWriter writer
writingback to summary
private boolean writing

Constructor Detail

BulkSizeUpdateWriterback to summary
pack-priv BulkSizeUpdateWriter()

Method Detail

maxHeaderTableSizesback to summary
pack-priv BulkSizeUpdateWriter maxHeaderTableSizes(Iterable<Integer> sizes)
resetback to summary
public BulkSizeUpdateWriter reset()

Implements jdk.internal.net.http.hpack.BinaryRepresentationWriter.reset.

Annotations
@Override
writeback to summary
public boolean write(HeaderTable table, ByteBuffer destination)

Implements jdk.internal.net.http.hpack.BinaryRepresentationWriter.write.

Annotations
@Override