net.sourceforge.fixagora.basis.server.control
Class ResponseSet

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.ResponseSet

public class ResponseSet
extends java.lang.Object

The Class ResponseSet.


Constructor Summary
ResponseSet(AbstractResponse abstractResponse, org.jboss.netty.channel.Channel channel)
          Instantiates a new response set.
 
Method Summary
 AbstractResponse getAbstractResponse()
          Gets the abstract response.
 org.jboss.netty.channel.Channel getChannel()
          Gets the channel.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseSet

public ResponseSet(AbstractResponse abstractResponse,
                   org.jboss.netty.channel.Channel channel)
Instantiates a new response set.

Parameters:
abstractResponse - the abstract response
channel - the channel
Method Detail

getAbstractResponse

public AbstractResponse getAbstractResponse()
Gets the abstract response.

Returns:
the abstract response

getChannel

public org.jboss.netty.channel.Channel getChannel()
Gets the channel.

Returns:
the channel