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 |
AbstractConnectionHandler<C extends AbstractMessageConnector> |
class |
QTPWorkerThread
Daemon worker thread that distinguished between being gracefully
closed by
its parent, or being forcefully interrupted/stopped by someone else. |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractMessageConnector.Joinable |
AbstractMessageConnector.stopImpl() |
Modifier and Type | Method and Description |
---|---|
protected AbstractMessageConnector.Joinable |
ServerSocketConnector.stopImpl() |
protected AbstractMessageConnector.Joinable |
ClientSocketConnector.stopImpl() |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.