|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.util.http.HTTPParser
org.globus.util.http.HTTPRequestParser
org.globus.gatekeeper.jobmanager.internal.JobManagerRequest
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 |
public JobManagerRequest(JobManagerService jobManager, InputStream in) throws IOException, JobManagerException
Method Detail |
public void setJobManager(JobManagerService jobManager)
public void parseRequest() throws IOException, JobManagerException
IOException
JobManagerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |