uk.co.lothianproductions.httpd.listener.impl
Class ServerSocketRequestListener
java.lang.Object
uk.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mListener
protected java.net.ServerSocket mListener
mXMLPluginConfig
protected XMLPluginConfig mXMLPluginConfig
ServerSocketRequestListener
public ServerSocketRequestListener(XMLPluginConfig config)
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