public class Http2ClientUpgradeCodec extends Object implements io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
| Constructor and Description |
|---|
Http2ClientUpgradeCodec(Http2ConnectionHandler connectionHandler)
Creates the codec using a default name for the connection handler when adding to the
pipeline.
|
Http2ClientUpgradeCodec(String handlerName,
Http2ConnectionHandler connectionHandler)
Creates the codec providing an upgrade to the given handler for HTTP/2.
|
| Modifier and Type | Method and Description |
|---|---|
String |
protocol() |
Collection<String> |
setUpgradeHeaders(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpRequest upgradeRequest) |
void |
upgradeTo(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.FullHttpResponse upgradeResponse) |
public Http2ClientUpgradeCodec(Http2ConnectionHandler connectionHandler)
connectionHandler - the HTTP/2 connection handler.public Http2ClientUpgradeCodec(String handlerName, Http2ConnectionHandler connectionHandler)
handlerName - the name of the HTTP/2 connection handler to be used in the pipeline.connectionHandler - the HTTP/2 connection handler.public String protocol()
protocol in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodecpublic Collection<String> setUpgradeHeaders(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.HttpRequest upgradeRequest)
setUpgradeHeaders in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodecCopyright © 2008–2015 The Netty Project. All rights reserved.