| Package | Description |
|---|---|
| com.devexperts.qd.qtp.socket |
This package contains a QTP connectors which use standard Java sockets.
|
| Modifier and Type | Field and Description |
|---|---|
protected SocketAddress |
SocketInfo.socketAddress |
| Modifier and Type | Field and Description |
|---|---|
protected List<SocketAddress> |
ClientSocketConnector.socketAddresses |
| Modifier and Type | Method and Description |
|---|---|
SocketAddress |
SocketInfo.getSocketAddress()
Gets the socket address.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SocketAddress> |
SocketUtil.parseAddressList(String addresses)
Parses a list of comma-separated host names pairs with optional port and with support
of IPv6 numeric addresses in square brackets.
|
static List<SocketAddress> |
SocketUtil.parseAddressList(String hostNames,
int defaultPort)
Parses a list of comma-separated host names pairs with optional port and with support
of IPv6 numeric addresses in square brackets.
|
| Constructor and Description |
|---|
SocketInfo(Socket socket,
SocketAddress socketAddress)
Constructs a new instance of
SocketInfo with the provided socket and socket address. |
Copyright © 2002–2026 Devexperts LLC. All rights reserved.