Class Server
- java.lang.Object
-
- net.sf.antcontrib.antserver.server.Server
-
- All Implemented Interfaces:
java.lang.Runnable
public class Server extends java.lang.Object implements java.lang.Runnable
Place class description here.- Since:
- Author:
- Matthew Inger,
-
-
Constructor Summary
Constructors Constructor Description Server(ServerTask task, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
start()
void
stop()
-
-
-
Constructor Detail
-
Server
public Server(ServerTask task, int port)
-
-