class WebServer.Runner
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
(package private) WebServer.Connection |
con |
(package private) int |
count |
(package private) java.lang.Thread |
thread |
Constructor and Description |
---|
WebServer.Runner() |
java.lang.Thread thread
WebServer.Connection con
int count
public void handle(java.net.Socket socket) throws java.io.IOException
socket
.socket
- The source to read the client's request from.java.io.IOException
public void run()
con.run()
.run
in interface java.lang.Runnable
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.