public interface Http2HeaderTable
| Modifier and Type | Method and Description | 
|---|---|
| int | maxHeaderListSize()Gets the maximum allowed header elements. | 
| void | maxHeaderListSize(int max)Sets the maximum allowed header elements. | 
| int | maxHeaderTableSize()Gets the maximum size of the HPACK header table used for decoding HTTP/2 headers. | 
| void | maxHeaderTableSize(int max)Sets the maximum size of the HPACK header table used for decoding HTTP/2 headers. | 
void maxHeaderTableSize(int max)
                        throws Http2Exception
Http2Exceptionint maxHeaderTableSize()
void maxHeaderListSize(int max)
                       throws Http2Exception
Http2Exceptionint maxHeaderListSize()
Copyright © 2008–2015 The Netty Project. All rights reserved.