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 | Method and Description |
---|---|
MessageConnectorState |
AbstractConnectionHandler.getHandlerState() |
MessageConnectorState |
MessageConnectorMBean.getState()
State of connector.
|
static MessageConnectorState |
MessageConnectorState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageConnectorState[] |
MessageConnectorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MessageConnectorState |
ServerSocketConnector.getState() |
MessageConnectorState |
ClientSocketConnector.getState() |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.