public abstract class SocketBasedRQLProtocol extends java.lang.Object implements RQLProtocol
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHost()
Returns the host name to connect to.
|
int |
getPort()
Returns the port number that RoboServer listens on.
|
int |
getSocketTimeout()
Returns the socket timeout value (in milliseconds).
|
java.lang.String |
toString()
Returns a human readable string representation of this object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
newRQLSession
public java.lang.String getHost()
localhost
.public int getPort()
public int getSocketTimeout()
This property corresponds to the SO_TIMEOUT option in the underlying socket. If set to 0, it means the socket never times out.
public java.lang.String toString()
toString
in class java.lang.Object
RoboSuite Java API, v9.7.7763