Java io.netty.handler.codec.http2 DefaultHttp2Headers fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http2 DefaultHttp2Headers fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http2 DefaultHttp2Headers.

The text is from its open source code.

Constructor

Method

Tadd(K name, V value)
Adds a new header with the specified name and value .
Vget(K name)
Returns the value of a header with the specified name.
Tset(K name, V value)
Sets a header with the specified name and value.
intsize()
Returns the number of headers in this object.
Http2Headersstatus(CharSequence value)