net.sf.antcontrib.antserver.server

Class Server

Implemented Interfaces:
Runnable

public class Server
extends java.lang.Object
implements Runnable

Place class description here.
Authors:
Matthew Inger

Constructor Summary

Server(ServerTask task, int port)

Method Summary

void
run()
void
start()
void
stop()

Constructor Details

Server

public Server(ServerTask task,
              int port)

Method Details

run

public void run()

start

public void start()
            throws InterruptedException

stop

public void stop()