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 List<SocketAddress> |
ClientSocketConnector.socketAddresses |
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.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.