| HTTPClient.RoRequest
All known Subclasses: HTTPClient.Request,
RoRequest | public interface RoRequest (Code) | | 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 author: Ronald Tschalär |
allowUI | public boolean allowUI()(Code) | | true if the modules or handlers for this request may popupwindows or otherwise interact with the user |
getConnection | public HTTPConnection getConnection()(Code) | | the HTTPConnection this request is associated with |
getData | public byte[] getData()(Code) | | the body of this request |
getHeaders | public NVPair[] getHeaders()(Code) | | the headers making up this request |
getRequestURI | public String getRequestURI()(Code) | | the request-uri |
|
|