| Package | Description |
|---|---|
| com.devexperts.qd.qtp.socket |
This package contains a QTP connectors which use standard Java sockets.
|
| Modifier and Type | Method and Description |
|---|---|
SocketInfo |
SocketSource.getSocket()
Retrieves the next available socket information for establishing a connection.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
SocketSource.closeSocket(SocketInfo socketInfo,
Throwable reason)
Handle closing of a previously returned socket.
|
default boolean |
SocketSource.shouldRestoreConnection(SocketInfo socketInfo)
Checks if the current connection (last invocation of
SocketSource.getSocket()) is preferred by this socket source
policy and prepares reconnecting if not. |
Copyright © 2002–2026 Devexperts LLC. All rights reserved.