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) |
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. |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.