NIOWebSocketClientUpgrader
A HTTPClientProtocolUpgrader
that knows how to do the WebSocket upgrade dance.
final class NIOWebSocketClientUpgrader
This upgrader assumes that the HTTPClientUpgradeHandler
will create and send the upgrade request. This upgrader also assumes that the HTTPClientUpgradeHandler
will appropriately mutate the pipeline to remove the HTTP ChannelHandler
s.