uk.co.lothianproductions.httpd.listener
Interface RequestListener

All Superinterfaces:
uk.co.lothianproductions.util.VersionedObject
All Known Implementing Classes:
ServerSocketRequestListener

public interface RequestListener
extends uk.co.lothianproductions.util.VersionedObject

Defines the acceptable interface for a RequestListener.

A RequestListener listens for content requests on a before handing them on to a RequestHandler.

Version:
$Revision: 1.4 $, $Date: 2003/11/29 14:48:40 $
Author:
Aidan Fitzpatrick

Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from interface uk.co.lothianproductions.util.VersionedObject
getVersionInformation
 

Method Detail

start

public void start()
           throws java.io.IOException,
                  ConfigException
Throws:
java.io.IOException
ConfigException

stop

public void stop()
          throws java.io.IOException
Throws:
java.io.IOException