|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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
| 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(InputStream in)
|
|
| Method Summary | |
InputStream |
getInputStream()
|
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(InputStream in) throws IOException
| Method Detail |
getInputStream
public InputStream getInputStream()
- Specified by:
getInputStreamin interfaceServiceRequest
isPing
public boolean isPing()
getService
public String getService()
- Overrides:
getServicein classHTTPRequestParser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||