ROActiveClientChannel

Overview

This protocol defines several methods specific to active (super) client channels, such as ROSuperHTTPClientChannel.

Location


Required Methods


sessionId

Provides read access to the Session identifier value stored in the channel instance.

- (ROGuid *) sessionId

setActiveClientChannelDelegate:

Sets the active client channel delegate, any object implementing the ROActiveClientChannelDelegate protocol.

- (void) setActiveClientChannelDelegate:(id<ROActiveClientChannelDelegate>)value

Parameters:

  • value: The delegate object instance

setSessionId:

Provides write access to the Session identifier value stored in the channel instance.

- (void) setSessionId:(ROGuid *)value

Parameters:

  • value: new session id value