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

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

Introduction

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

The text is from its open source code.

Method

voidaddListener(Listener listener)
Adds a listener of stream life-cycle events.
Http2StreamconnectionStream()
Gets the stream object representing the connection, itself (i.e.
booleangoAwayReceived()
Indicates whether or not a GOAWAY was received from the remote endpoint.
booleangoAwaySent()
Indicates whether or not a GOAWAY was sent to the remote endpoint.
Endpointlocal()
Gets a view of this connection from the local Endpoint .
PropertyKeynewKey()
Creates a new key that is unique within this Http2Connection .
intnumActiveStreams()
Gets the number of streams that are actively in use (i.e.
Endpointremote()
Gets a view of this connection from the remote Endpoint .
Http2Streamstream(int streamId)
Gets the stream if it exists.