ctf.evaluation.simulator.responses
Class SideResponse

java.lang.Object
  extended by ctf.evaluation.simulator.responses.Response
      extended by ctf.evaluation.simulator.responses.SideResponse

public class SideResponse
extends Response

A response to "want_side [Int]"


Constructor Summary
SideResponse(Connection connection)
           
 
Method Summary
 int side()
          Which side we're on
 
Methods inherited from class ctf.evaluation.simulator.responses.Response
response, tokens
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SideResponse

public SideResponse(Connection connection)
             throws java.io.IOException,
                    NetworkException,
                    ProtocolError
Throws:
java.io.IOException
NetworkException
ProtocolError
Method Detail

side

public int side()
Which side we're on