org.apache.xmlrpc
Class WebServer.Runner

java.lang.Object
  |
  +--org.apache.xmlrpc.WebServer.Runner
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
WebServer

class WebServer.Runner
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  WebServer.Connection con
           
(package private)  int count
           
(package private)  java.lang.Thread thread
           
 
Constructor Summary
(package private) WebServer.Runner()
           
 
Method Summary
 void handle(java.net.Socket socket)
           
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

thread

java.lang.Thread thread

con

WebServer.Connection con

count

int count
Constructor Detail

WebServer.Runner

WebServer.Runner()
Method Detail

handle

public void handle(java.net.Socket socket)
            throws java.io.IOException

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.