Class NettyTcpResponse

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

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

    • NettyTcpResponse

      public NettyTcpResponse(io.netty.channel.Channel channel)
      Instantiates a new netty tcp response.
      Parameters:
      channel - the channel
  • Method Details