Netty4ClientHttpRequestFactory()
Create a new Netty4ClientHttpRequestFactory with a default NioEventLoopGroup.
Netty4ClientHttpRequestFactory(eventLoopGroup: EventLoopGroup)
Create a new Netty4ClientHttpRequestFactory with the given EventLoopGroup.
NOTE: the given group will not be shutdown by this factory; doing so becomes the responsibility of the caller.