Class NettyHttpConnection

java.lang.Object
org.serviceconnector.net.req.netty.NettyConnectionAdpater
org.serviceconnector.net.req.netty.http.NettyHttpConnection
All Implemented Interfaces:
IConnection

public class NettyHttpConnection extends NettyConnectionAdpater
The Class NettyHttpClientConnection. Concrete connection implementation with JBoss Netty for Http.
Author:
JTraber
  • Constructor Details

    • NettyHttpConnection

      public NettyHttpConnection(io.netty.channel.EventLoopGroup workerGroup)
      Instantiates a new netty http connection.
      Parameters:
      workerGroup - the worker group
  • Method Details