Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Method and Description |
---|---|
Http2FrameLogger |
Http2CodecBuilder.frameLogger()
Returns the frame logger to log messages with.
|
protected Http2FrameLogger |
AbstractHttp2ConnectionHandlerBuilder.frameLogger()
Returns the logger that is used for the encoder and decoder.
|
Modifier and Type | Method and Description |
---|---|
HttpToHttp2ConnectionHandlerBuilder |
HttpToHttp2ConnectionHandlerBuilder.frameLogger(Http2FrameLogger frameLogger) |
Http2ConnectionHandlerBuilder |
Http2ConnectionHandlerBuilder.frameLogger(Http2FrameLogger frameLogger) |
Http2CodecBuilder |
Http2CodecBuilder.frameLogger(Http2FrameLogger frameLogger)
Specifies the frame logger to log messages with.
|
protected B |
AbstractHttp2ConnectionHandlerBuilder.frameLogger(Http2FrameLogger frameLogger)
Sets the logger that is used for the encoder and decoder.
|
Constructor and Description |
---|
Http2FrameCodec(boolean server,
Http2FrameLogger frameLogger)
Construct a new handler.
|
Http2InboundFrameLogger(Http2FrameReader reader,
Http2FrameLogger logger) |
Http2OutboundFrameLogger(Http2FrameWriter writer,
Http2FrameLogger logger) |
Copyright © 2008–2017 The Netty Project. All rights reserved.