org.apache.xmlrpc
Class WebServer.Connection

java.lang.Object
  extended by org.apache.xmlrpc.WebServer.Connection
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
WebServer

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


Field Summary
(package private)  byte[] buffer
           
 
Constructor Summary
WebServer.Connection(java.net.Socket socket)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

byte[] buffer
Constructor Detail

WebServer.Connection

public WebServer.Connection(java.net.Socket socket)
                     throws java.io.IOException
Parameters:
socket -
Throws:
java.io.IOException
Method Detail

run

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


Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.