ctf.evaluation.simulator.responses
Class VersionResponse

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

public class VersionResponse
extends Response

A response giving the STEAL version


Constructor Summary
VersionResponse(Connection connection)
          Constructor.
 
Method Summary
 float version()
          STEAL version in use
 
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

VersionResponse

public VersionResponse(Connection connection)
                throws java.io.IOException,
                       NetworkException,
                       ProtocolError
Constructor.

Parameters:
connection - the connection to get the EndMsg from
Throws:
java.io.IOException
NetworkException
ProtocolError
Method Detail

version

public float version()
STEAL version in use