org.apache.axis2.transport.http.server
Class SimpleConnectionThread
java.lang.Object
org.apache.axis2.transport.http.server.SimpleConnectionThread
- All Implemented Interfaces:
- Runnable
- public class SimpleConnectionThread
- extends Object
- implements Runnable
Simple HTTP connection thread.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CONTENT_CHARSET
public static final String DEFAULT_CONTENT_CHARSET
- See Also:
- Constant Field Values
SimpleConnectionThread
public SimpleConnectionThread(String name,
SimpleHttpServerConnection conn,
SimpleConnSet connpool,
HttpRequestHandler handler)
destroy
public void destroy()
run
public void run()
- Specified by:
run
in interface Runnable