Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter,B extends AbstractInboundHttp2ToHttpAdapterBuilder<T,B>>
A skeletal builder implementation of
InboundHttp2ToHttpAdapter and its subtypes. |
Modifier and Type | Method and Description |
---|---|
InboundHttp2ToHttpAdapter |
InboundHttp2ToHttpAdapterBuilder.build() |
protected InboundHttp2ToHttpAdapter |
InboundHttp2ToHttpAdapterBuilder.build(Http2Connection connection,
int maxContentLength,
boolean validateHttpHeaders,
boolean propagateSettings) |
Copyright © 2008–2017 The Netty Project. All rights reserved.