Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2ConnectionDecoder
Provides the default implementation for processing inbound frame events and delegates to a
Http2FrameListener
This class will read HTTP/2 frames and delegate the events to a Http2FrameListener
This interface enforces inbound flow control functionality through
Http2LocalFlowController |
Modifier and Type | Method and Description |
---|---|
Http2ConnectionDecoder |
Http2ConnectionDecoder.Builder.build()
Creates a new decoder instance.
|
Http2ConnectionDecoder |
DefaultHttp2ConnectionDecoder.Builder.build() |
Http2ConnectionDecoder |
Http2ConnectionHandler.decoder() |
Copyright © 2008–2015 The Netty Project. All rights reserved.