public final class Http2Client extends Object
InboundHttp2ToHttpAdapter
). Inbound and outbound
frames are logged.
When run from the command-line, sends a single HEADERS frame to the server and gets back
a "Hello World" response.
See the ./http2/helloworld/frame/client/ example for a HTTP2 client example which does not use
HTTP1-style objects and patterns.Constructor and Description |
---|
Http2Client() |
Copyright © 2008–2021 The Netty Project. All rights reserved.