Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
static class |
InboundHttp2ToHttpPriorityAdapter.Builder |
Modifier and Type | Method and Description |
---|---|
InboundHttp2ToHttpAdapter.Builder |
InboundHttp2ToHttpAdapter.Builder.maxContentLength(int maxContentLength)
Specifies the maximum length of the message content.
|
InboundHttp2ToHttpAdapter.Builder |
InboundHttp2ToHttpAdapter.Builder.propagateSettings(boolean propagate)
Specifies whether a read settings frame should be propagated alone the channel pipeline.
|
InboundHttp2ToHttpAdapter.Builder |
InboundHttp2ToHttpAdapter.Builder.validateHttpHeaders(boolean validate)
Specifies whether validation of HTTP headers should be performed.
|
Constructor and Description |
---|
InboundHttp2ToHttpAdapter(InboundHttp2ToHttpAdapter.Builder builder) |
Copyright © 2008–2015 The Netty Project. All rights reserved.