org.apache.axis2.transport.http.server
Class SimpleConnectionThread

java.lang.Object
  extended byorg.apache.axis2.transport.http.server.SimpleConnectionThread
All Implemented Interfaces:
Runnable

public class SimpleConnectionThread
extends Object
implements Runnable

Simple HTTP connection thread.


Field Summary
static String DEFAULT_CONTENT_CHARSET
           
 
Constructor Summary
SimpleConnectionThread(String name, SimpleHttpServerConnection conn, SimpleConnSet connpool, HttpRequestHandler handler)
           
 
Method Summary
 void destroy()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONTENT_CHARSET

public static final String DEFAULT_CONTENT_CHARSET
See Also:
Constant Field Values
Constructor Detail

SimpleConnectionThread

public SimpleConnectionThread(String name,
                              SimpleHttpServerConnection conn,
                              SimpleConnSet connpool,
                              HttpRequestHandler handler)
Method Detail

destroy

public void destroy()

run

public void run()
Specified by:
run in interface Runnable