pygmy.core
Class ConnectionRunnable
java.lang.Object
pygmy.core.ConnectionRunnable
- All Implemented Interfaces:
- java.lang.Runnable
public class ConnectionRunnable
- extends java.lang.Object
- implements java.lang.Runnable
Constructor Summary |
ConnectionRunnable(Server aServer,
java.lang.String aScheme,
java.net.Socket aConnection,
java.util.Properties aConnectionConfig)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
server
protected Server server
connection
protected java.net.Socket connection
config
protected java.util.Properties config
scheme
protected java.lang.String scheme
ConnectionRunnable
public ConnectionRunnable(Server aServer,
java.lang.String aScheme,
java.net.Socket aConnection,
java.util.Properties aConnectionConfig)
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
createRequest
protected HttpRequest createRequest()
throws java.io.IOException
- Throws:
java.io.IOException