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

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

Introduction

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

The text is from its open source code.

Method

Http2Streamclose()
Closes the stream.
VgetProperty(Http2Connection.PropertyKey key)
Returns application-defined data if any was associated with this stream.
intid()
Gets the unique identifier for this stream within the connection.
VremoveProperty(Http2Connection.PropertyKey key)
Returns and removes application-defined data if any was associated with this stream.
VsetProperty(Http2Connection.PropertyKey key, V value)
Associates the application-defined data with this stream.
Statestate()
Gets the state of this stream.