Class Client
- java.lang.Object
-
- net.sf.antcontrib.antserver.client.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
connect()
void
disconnect()
Response
sendCommand(Command command)
void
shutdown()
-