cgl.hpsearch.common.SOAPProcessor
Class HTTPListenerWorker
java.lang.Object
cgl.hpsearch.common.SOAPProcessor.HTTPListenerWorker
- All Implemented Interfaces:
- HTTPConstants, Runnable
- public class HTTPListenerWorker
- extends Object
- implements Runnable, HTTPConstants
Processes each request to the server and returns the result
Created on Sep 29, 2004
- Author:
- Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
| Fields inherited from interface cgl.hpsearch.common.SOAPProcessor.HTTPConstants |
CONTENT_LENGTH, CONTENT_TYPE, HTML_MIME_STUFF, HTTP, ISE, NOCONTENT, OK, SENDER, SEPARATOR, SOAP_FAULT12, UNAUTH, XML_MIME_STUFF |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
payload
public HTTPPayload payload
HTTPListenerWorker
public HTTPListenerWorker(Socket socket,
SOAPEngine se,
boolean keepSocketOpen)
parseHeaders
public void parseHeaders()
parseHeaders
public void parseHeaders(BufferedReader br)
run
public void run()
- Specified by:
run in interface Runnable