org.globus.gatekeeper.jobmanager.internal
Class JobManagerRequest

java.lang.Object
  extended byorg.globus.util.http.HTTPParser
      extended byorg.globus.util.http.HTTPRequestParser
          extended byorg.globus.gatekeeper.jobmanager.internal.JobManagerRequest

public class JobManagerRequest
extends HTTPRequestParser


Field Summary
 
Fields inherited from class org.globus.util.http.HTTPRequestParser
_requestType, _service
 
Fields inherited from class org.globus.util.http.HTTPParser
_chunked, _connection, _contentLength, _contentType, _host, _reader, _server
 
Constructor Summary
JobManagerRequest(JobManagerService jobManager, InputStream in)
           
 
Method Summary
 void parseRequest()
           
 void setJobManager(JobManagerService jobManager)
           
 
Methods inherited from class org.globus.util.http.HTTPRequestParser
getService, parseHead, setService
 
Methods inherited from class org.globus.util.http.HTTPParser
getContentLength, getContentType, getReader, getRest, isChunked, parse, setInputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobManagerRequest

public JobManagerRequest(JobManagerService jobManager,
                         InputStream in)
                  throws IOException,
                         JobManagerException
Method Detail

setJobManager

public void setJobManager(JobManagerService jobManager)

parseRequest

public void parseRequest()
                  throws IOException,
                         JobManagerException
Throws:
IOException
JobManagerException