| 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 |
MessageConnector
Implemented by every QTP message connector.
|
interface |
ServerConnectorMBean
Management interface for
AbstractMessageConnector. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageConnector |
class |
AbstractServerConnector |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientSocketConnectorMBean
Management interface for
ClientSocketConnector. |
interface |
ServerSocketConnectorMBean
Management interface for
ServerSocketConnector. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSocketConnector
The
ClientSocketConnector handles standard client socket using blocking API. |
class |
ServerSocketConnector
The
ServerSocketConnector handles standard server socket using blocking API. |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.