Class Client


  • public class Client
    extends java.lang.Object
    Place class description here.
    Since:
    Author:
    Matthew Inger,
    • Constructor Summary

      Constructors 
      Constructor Description
      Client​(org.apache.tools.ant.Project project, java.lang.String machine, int port)  
    • Constructor Detail

      • Client

        public Client​(org.apache.tools.ant.Project project,
                      java.lang.String machine,
                      int port)
    • Method Detail

      • connect

        public void connect()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • shutdown

        public void shutdown()
      • disconnect

        public void disconnect()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • sendCommand

        public Response sendCommand​(Command command)
                             throws java.io.IOException
        Throws:
        java.io.IOException