Uses of Class
com.iizix.test.client.DestinationServer
Packages that use DestinationServer Package Description com.iizix.test.client Uses of DestinationServer in com.iizix.test.client
Methods in com.iizix.test.client that return DestinationServer Modifier and Type Method Description DestinationServer[]
NonUIClient. getDestinations()
Gets the destination servers.Methods in com.iizix.test.client with parameters of type DestinationServer Modifier and Type Method Description boolean
NonUIClient. addDestination(DestinationServer destination)
Adds a new destination server.protected void
NonUIClient. configureSSLProps(SSLCommProps sslProps, DestinationServer destination)
Configures the SSL properties for the destination server.NonUIClient
ClientManager. createDefaultClient(DestinationServer... destinations)
Creates a new DefaultClient.protected SSLCommProps
NonUIClient. createSSLProps(DestinationServer destination)
The SSL properties, null for plain communication.Constructors in com.iizix.test.client with parameters of type DestinationServer Constructor Description NonUIClient(ClientManager manager, java.lang.String name, DestinationServer... destinations)
Constructor.