| 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 | Class and Description |
|---|---|
class |
AgentAdapter
The
AgentAdapter adapts agent side of QD to message API. |
class |
DistributorAdapter
The
DistributorAdapter adapts distributor side of QD to message API. |
| Modifier and Type | Method and Description |
|---|---|
MessageAdapter |
MessageAdapter.Factory.createAdapter(QDStats stats)
Creates message adapter.
|
abstract MessageAdapter |
MessageAdapter.ConfigurableFactory.createAdapter(QDStats stats)
Creates message adapter.
|
MessageAdapter |
DistributorAdapter.Factory.createAdapter(QDStats stats) |
MessageAdapter |
AgentAdapter.Factory.createAdapter(QDStats stats) |
static MessageAdapter |
MessageConnectors.extractAdapter(com.devexperts.connector.proto.ApplicationConnection<?> connection)
Extracts the
MessageAdapter from an ApplicationConnection,
if it is a QTP message adapter connection. |
| Modifier and Type | Method and Description |
|---|---|
protected List<MessageAdapter> |
AbstractMessageConnector.getMessageAdapters()
Returns a snapshot list of all active message adapters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageAdapter.CloseListener.adapterClosed(MessageAdapter adapter) |
protected void |
AbstractConnectionHandler.setRemoteOptSet(MessageAdapter adapter,
ProtocolOption.Set optSet) |
| Modifier and Type | Method and Description |
|---|---|
MessageAdapter |
SocketMessageAdapterFactory.createAdapterWithSocket(Socket socket,
QDStats stats)
Runs custom authorization/authentication protocol over given
socket and
returns MessageAdapter for communication with remote host. |
| Modifier and Type | Method and Description |
|---|---|
protected List<MessageAdapter> |
ServerSocketConnector.getMessageAdapters() |
protected List<MessageAdapter> |
ClientSocketConnector.getMessageAdapters() |
Copyright © 2002–2026 Devexperts LLC. All rights reserved.