ROHTTPClientChannel Class

This is a Library topic for RemObjects SDK for Xcode
This page is generated from external data, please do not update
Protocols — Classes — Enums — Aliases — Implements
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/ROHTTPClientChannel.h
- Ancestry: ROChannel | ROClientChannel | ROHTTPClientChannel
Implemented interfaces
Properties
| delegate protected assign (declared in ROClientChannel) |
|---|
|
Delegate object to receive events through the ROClientChannelDelegate protocol.
|
| followRedirects assign |
|
Specifies whether the channel will honor 304 HTTP redirect responses and automatically resend the request to the redirected URL (YES, default) or not (NO).
|
| isBusy protected (declared in ROClientChannel) |
|
|
| targetUrl protected copy deprecated (declared in ROClientChannel) |
|
|
| timeout assign |
|
The timeout, in seconds, to allow for the HTTP request to complete. Default is a generous 360 seconds (6 minutes).
|
Class Methods
| channel protected (declared in ROClientChannel) |
|---|
|
|
| channelWithTargetUrl: (NSString *): id protected deprecated (declared in ROClientChannel) |
|
|
| channelWithTargetURL: (NSURL *): id protected (declared in ROClientChannel) |
|
|
Instance Methods
| asyncDispatch: protected deprecated (declared in ROClientChannel) |
|---|
|
for internal use; dispatches the given message asynchronously and returns an ROAsyncRequest reference. This method relies on The intAsyncDispatch:responseMessage: implementation provided by concrete client channel implementations for the actual dispatching.
|
| asyncDispatch:start: protected deprecated (declared in ROClientChannel) |
|
|
| asyncDispatch:withProxy:start: protected (declared in ROClientChannel) |
|
|
| asyncDispatch:withProxy:startWithBlock: protected (declared in ROClientChannel) |
|
|
| clearHeaderFields |
|
|
| dispatch: protected (declared in ROClientChannel) |
|
for internal use; Dispatches the given message synchronously. This method relies on the intDispatch: implementation provided by concrete client channel implementations for the actual dispatching.
|
| getValueOfHeaderField: |
|
|
| initWithTargetUrl: (NSString *): id protected deprecated (declared in ROClientChannel) |
|
|
| initWithTargetURL: (NSURL *): id protected (declared in ROClientChannel) |
|
|
| setValue:forHeaderField: |
|
|
See Also
- Client Channels
- RODL files
- Lists
- RemObjects SDK for Xcode: Protocols — Classes — Enums — Aliases — Implements
- RemObjects SDK shared: Data Types – File Types
- other editions
- RemObjects SDK for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK for Delphi: Interfaces — Classes — Aliases — Implements
- RemObjects SDK for Java: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK for JavaScript: Objects

Product: RemObjects SDK
Available Editions: RemObjects SDK for .NET, Xcode, Delphi, Java and JavaScript