public interface RoRequest
Title: Framework Support Library
Description: This interface represents the read-only interface of an http request.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
boolean |
allowUI() |
HTTPClient |
getConnection() |
byte[] |
getData() |
NVPair[] |
getHeaders() |
java.lang.String |
getMethod() |
java.lang.String |
getRequestURI() |
HttpOutputStream |
getStream() |
HTTPClient getConnection()
java.lang.String getMethod()
java.lang.String getRequestURI()
NVPair[] getHeaders()
byte[] getData()
HttpOutputStream getStream()
boolean allowUI()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.