Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Method and Description |
---|---|
protected Http2FrameLogger |
AbstractHttp2ConnectionHandlerBuilder.frameLogger()
Returns the logger that is used for the encoder and decoder.
|
Modifier and Type | Method and Description |
---|---|
protected B |
AbstractHttp2ConnectionHandlerBuilder.frameLogger(Http2FrameLogger frameLogger)
Sets the logger that is used for the encoder and decoder.
|
Http2ConnectionHandlerBuilder |
Http2ConnectionHandlerBuilder.frameLogger(Http2FrameLogger frameLogger) |
HttpToHttp2ConnectionHandlerBuilder |
HttpToHttp2ConnectionHandlerBuilder.frameLogger(Http2FrameLogger frameLogger) |
Constructor and Description |
---|
Http2InboundFrameLogger(Http2FrameReader reader,
Http2FrameLogger logger) |
Http2OutboundFrameLogger(Http2FrameWriter writer,
Http2FrameLogger logger) |
Copyright © 2008–2016 The Netty Project. All rights reserved.