|
|||||||||
| Home >> All >> [ HTTPClient overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
HTTPClient
Interface RoRequest

- All Known Implementing Classes:
- Request
- public interface RoRequest
This interface represents the read-only interface of an http request. It is the compile-time type passed to various handlers which might need the request info but musn't modify the request.
- Version:
- 0.3-2 18/06/1999
| Method Summary | |
boolean |
allowUI()
|
HTTPConnection |
getConnection()
|
byte[] |
getData()
|
NVPair[] |
getHeaders()
|
java.lang.String |
getMethod()
|
java.lang.String |
getRequestURI()
|
HttpOutputStream |
getStream()
|
| Method Detail |
getConnection
public HTTPConnection getConnection()
getMethod
public java.lang.String getMethod()
getRequestURI
public java.lang.String getRequestURI()
getHeaders
public NVPair[] getHeaders()
getData
public byte[] getData()
getStream
public HttpOutputStream getStream()
allowUI
public boolean allowUI()
|
|||||||||
| Home >> All >> [ HTTPClient overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC