ROHTTPClientChannel Class
From RemObjects Wiki
This is a RemObjects SDK for Xcode Library topic
Please do not modify the page structure, but feel free to modify/add text.
Contents |
Overview
ROHTTPClientChannel implements the standard Client Channel for communicating with RemObjects SDK servers via the HTTP protocol. It is also the channel used by the ROSimpleRemoteService.
Location
RemObjectsSDK/RemObjectsSDK.h
- ROChannel
- ROClientChannel
- ROHTTPClientChannel
- ROClientChannel
Properties
| followRedirects assign |
|---|
|
|
| targetUrl copy |
|
The timeout, in seconds, to allow for the HTTP request to complete. Default is a generous 360 seconds (6 minutes). |
| timeout assign |
|
|
Class Methods
| channel |
|---|
|
Creates and returns a new HTTP client channel instance.
|
| channelWithTargetUrl: |
|
Creates and returns a new HTTP client channel instance and sets its target URL.
|
Instance Methods
| clearHeaderFields |
|---|
|
|
| getValueOfHeaderField: |
|
|
| init |
|
Initializes a new HTTP client channel instance.
|
| initWithTargetUrl: |
|
initializes a new HTTP client channel instance and sets its target URL.
|
| setValue:forHeaderField: |
|
|
See Also
- Client Channels
- RODL files
- Lists
- RemObjects SDK for Xcode: Protocols – Classes – Enums
- RemObjects SDK shared: Data Types – File Types
- other editions
- RemObjects SDK for .NET: Namespaces – Interfaces – Classes – Enums
- RemObjects SDK for Delphi: Interfaces – Classes – Enums
Product: RemObjects SDK
Available Editions: RemObjects SDK for .NET, Delphi and Xcode
Glossary — Architecture — Articles — Features — Library — Samples