HPSearch

cgl.hpsearch.common.SOAPProcessor
Class HTTPListenerWorker

java.lang.Object
  extended bycgl.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)

Field Summary
 HTTPPayload payload
           
 
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
 
Constructor Summary
HTTPListenerWorker(Socket socket, SOAPEngine se, boolean keepSocketOpen)
           
 
Method Summary
 void parseHeaders()
           
 void parseHeaders(BufferedReader br)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

payload

public HTTPPayload payload
Constructor Detail

HTTPListenerWorker

public HTTPListenerWorker(Socket socket,
                          SOAPEngine se,
                          boolean keepSocketOpen)
Method Detail

parseHeaders

public void parseHeaders()

parseHeaders

public void parseHeaders(BufferedReader br)

run

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

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006