Uses of Class
com.iizix.test.client.DestinationServer
Uses of DestinationServer in com.iizix.test.client
Modifier and TypeMethodDescriptionfinal DestinationServer[]
NonUIClient.getDestinations()
Gets the destination servers.Modifier and TypeMethodDescriptionfinal 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.ClientManager.createDefaultClient
(DestinationServer... destinations) Creates a new DefaultClient.protected SSLCommProps
NonUIClient.createSSLProps
(DestinationServer destination) The SSL properties, null for plain communication.ModifierConstructorDescriptionNonUIClient
(ClientManager manager, String name, DestinationServer... destinations) Constructor.