|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
org.globus.gatekeeper.internal
Class GateKeeperRequest
java.lang.Object | +--org.globus.util.http.HTTPParser | +--org.globus.util.http.HTTPRequestParser | +--org.globus.gatekeeper.internal.GateKeeperRequest
- All Implemented Interfaces:
- ServiceRequest
- public class GateKeeperRequest
- extends HTTPRequestParser
- implements ServiceRequest
- 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 | |
GateKeeperRequest(java.io.InputStream in)
|
|
| Method Summary | |
java.io.InputStream |
getInputStream()
|
java.lang.String |
getService()
|
boolean |
isPing()
|
| Methods inherited from class org.globus.util.http.HTTPRequestParser |
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 |
GateKeeperRequest
public GateKeeperRequest(java.io.InputStream in)
throws java.io.IOException
| Method Detail |
getInputStream
public java.io.InputStream getInputStream()
- Specified by:
getInputStreamin interfaceServiceRequest
isPing
public boolean isPing()
getService
public java.lang.String getService()
- Overrides:
getServicein classHTTPRequestParser
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||