Class NettyHttpResponse

java.lang.Object
org.serviceconnector.net.res.ResponseAdapter
org.serviceconnector.net.res.netty.NettyHttpResponse
All Implemented Interfaces:
IResponse

public class NettyHttpResponse extends ResponseAdapter
The Class NettyHttpResponse is responsible for writing a response to a ChannelBuffer. Encodes scmp to a Http frame. Based on JBoss Netty.
  • Constructor Details

    • NettyHttpResponse

      public NettyHttpResponse(io.netty.channel.Channel channel)
      Instantiates a new netty http response.
      Parameters:
      channel - the communication channel
  • Method Details