ROTCPClientChannel 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
The ROTCPClientChannel class is the legacy TCP channel implementation for Xcode.
Location
RemObjectsSDK/ROTCPClientChannel.h
- Ancestry: ROChannel | ROClientChannel | ROTCPClientChannel
Properties
| delegate protected assign (declared in ROClientChannel) |
|---|
|
Delegate object to receive events through the ROClientChannelDelegate protocol.
|
| isBusy protected (declared in ROClientChannel) |
|
|
| targetUrl protected copy deprecated (declared in ROClientChannel) |
|
|
| timeout assign |
|
The maximum time for the client to wait for the server response. If the server response is not received or the number of bytes received is less than expected, a timeout exception occurs.
|
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) |
|
|
| 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.
|
| initWithHost:port: |
|
Initializes the channel assigning the server host name/address and the port number.
|
| initWithTargetUrl: (NSString *): id protected deprecated (declared in ROClientChannel) |
|
|
| initWithTargetURL: (NSURL *): id protected (declared in ROClientChannel) |
|
|
See Also
- 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