com.debianmirror.server
Interface WorkerImpl

All Known Implementing Classes:
MirrorHttpWorkerImpl

public interface WorkerImpl

The WorkerImpl is used by the Worker to handle the actual work on the Socket.

Author:
E01 - Tobias Hertkorn, Jonas Jagerhok, Jamie Fitz-Gerald

Method Summary
 void handleClient(java.net.Socket s)
          Does all the work associated with the given Socket.
 

Method Detail

handleClient

public void handleClient(java.net.Socket s)
                  throws java.io.IOException
Does all the work associated with the given Socket.

Throws:
java.io.IOException


Copyright © 2004, Apt-Got Group