| Package | Description | 
|---|---|
| com.devexperts.qd.qtp | 
 This package contains interfaces with default implementations required
to create and operate a connection using QTP. 
 | 
| com.devexperts.qd.qtp.auth | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DynamicChannelShaper  | 
| Modifier and Type | Method and Description | 
|---|---|
ChannelShaper | 
ChannelShaper.clone()  | 
ChannelShaper[] | 
AgentAdapterChannels.getNewShapers()  | 
| Modifier and Type | Method and Description | 
|---|---|
AgentAdapter | 
AgentAdapter.initialize(ChannelShaper... shapers)
Initializes the adapter with specified channel shapers. 
 | 
void | 
AgentAdapter.updateChannel(ChannelShaper shaper)
Deprecated. 
 
No need to use this method. It does nothing. Channels are automatically update on change
     of their parameters. 
 | 
| Constructor and Description | 
|---|
AgentChannels(AgentChannels.Owner owner,
             Collection<ChannelShaper> shapers)  | 
| Modifier and Type | Method and Description | 
|---|---|
ChannelShaper[] | 
ChannelShapersFactory.createChannelShapers(AgentAdapter agentAdapter,
                    com.devexperts.auth.AuthSession session)
Creates array of channel shapers. 
 | 
ChannelShaper[] | 
BasicChannelShaperFactory.createChannelShapers(AgentAdapter agentAdapter,
                    com.devexperts.auth.AuthSession session)  | 
Copyright © 2002–2025 Devexperts LLC. All rights reserved.