uk.co.lothianproductions.httpd.listener.impl
Class ServerSocketRequestListener

java.lang.Object
  extended byuk.co.lothianproductions.httpd.listener.impl.ServerSocketRequestListener
All Implemented Interfaces:
RequestListener, uk.co.lothianproductions.util.VersionedObject

public final class ServerSocketRequestListener
extends java.lang.Object
implements RequestListener

Version:
$Revision: 1.1 $, $Date: 2003/12/10 13:47:22 $
Author:
Aidan Fitzpatrick

Field Summary
protected  java.net.ServerSocket mListener
           
protected  XMLPluginConfig mXMLPluginConfig
           
 
Constructor Summary
ServerSocketRequestListener(XMLPluginConfig config)
           
 
Method Summary
 java.lang.String getVersionInformation()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mListener

protected java.net.ServerSocket mListener

mXMLPluginConfig

protected XMLPluginConfig mXMLPluginConfig
Constructor Detail

ServerSocketRequestListener

public ServerSocketRequestListener(XMLPluginConfig config)
Method Detail

start

public void start()
           throws java.io.IOException,
                  ConfigException
Specified by:
start in interface RequestListener
Throws:
java.io.IOException
ConfigException

stop

public void stop()
          throws java.io.IOException
Specified by:
stop in interface RequestListener
Throws:
java.io.IOException

getVersionInformation

public java.lang.String getVersionInformation()
Specified by:
getVersionInformation in interface uk.co.lothianproductions.util.VersionedObject