| 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.socket | 
 This package contains a QTP connectors which use standard Java sockets. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ConfigurableMessageAdapterFactory
Deprecated. 
 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AgentAdapter.Factory
The factory for agent side of an QD. 
 | 
static class  | 
DistributorAdapter.Factory
The factory for distributor side of an QD. 
 | 
static class  | 
MessageAdapter.AbstractFactory
An abstract message adapter factory for  
QDEndpoint or a bunch of QDCollector instances. | 
static class  | 
MessageAdapter.ConfigurableFactory
An abstract message adapter factory with ability to configure it with arbitrary keys and values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MessageAdapter.Factory | 
MessageAdapter.ConfigurableFactory.createMessageAdapterFactory(String spec)
This implementation uses  
MessageAdapter.ConfigurableFactory.clone() and spec
 to set FILTER_CONFIGURATION_KEY if spec is not empty. | 
MessageAdapter.Factory | 
ConfigurableMessageAdapterFactory.createMessageAdapterFactory(String spec)
Deprecated.  
Creates  
MessageAdapter.Factory with the given specification string. | 
static MessageAdapter.Factory | 
MessageConnectors.retrieveMessageAdapterFactory(com.devexperts.connector.proto.ApplicationConnectionFactory pFactory)  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.devexperts.connector.proto.ApplicationConnectionFactory | 
MessageConnectors.applicationConnectionFactory(MessageAdapter.Factory factory)  | 
static ConfigurableMessageAdapterFactory | 
MessageConnectors.configurable(MessageAdapter.Factory factory)
Deprecated. 
 
This class has a deprecated return type. Use  
MessageConnectors.configurableFactory(MessageAdapter.Factory). | 
static MessageAdapter.ConfigurableFactory | 
MessageConnectors.configurableFactory(MessageAdapter.Factory factory)
Wraps any  
MessageAdapter.Factory into ConfigurableMessageAdapterFactory if
 necessary, so that it can be used with MessageConnectors.createMessageConnectors(com.devexperts.qd.qtp.ConfigurableMessageAdapterFactory, java.lang.String, com.devexperts.qd.stats.QDStats) method, but does not
 accept any additional specification for factory. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SocketMessageAdapterFactory
This interface should be implemented by  
MessageAdapter.Factory in order to
 run any custom authorization/authentication protocol with remote host. | 
| Constructor and Description | 
|---|
ClientSocketConnector(MessageAdapter.Factory factory,
                     String host,
                     int port)
Deprecated. 
 
 | 
ServerSocketConnector(MessageAdapter.Factory factory,
                     int port)
Deprecated. 
 
 | 
Copyright © 2002–2025 Devexperts LLC. All rights reserved.