com.debianmirror.server
Class MirrorHttpWorkerImpl

java.lang.Object
  |
  +--com.debianmirror.server.MirrorHttpWorkerImpl
All Implemented Interfaces:
WorkerImpl

public class MirrorHttpWorkerImpl
extends java.lang.Object
implements WorkerImpl

Is the actual implementation of the handleClient() methode used in Worker

Author:
E01 - Tobias Hertkorn

Constructor Summary
MirrorHttpWorkerImpl()
          Creates a new instance and assignes the MirrorControl to this instance.
 
Method Summary
 void handleClient(java.net.Socket s)
          Does all the work associated with the given Socket.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MirrorHttpWorkerImpl

public MirrorHttpWorkerImpl()

Creates a new instance and assignes the MirrorControl to this instance.

Method Detail

handleClient

public void handleClient(java.net.Socket s)
                  throws java.io.IOException
Description copied from interface: WorkerImpl
Does all the work associated with the given Socket.

Specified by:
handleClient in interface WorkerImpl
Throws:
java.io.IOException


Copyright © 2004, Apt-Got Group