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 booleanNonUIClient. addDestination(DestinationServer destination)Adds a new destination server.protected voidNonUIClient. configureSSLProps(SSLCommProps sslProps, DestinationServer destination)Configures the SSL properties for the destination server.NonUIClientClientManager. createDefaultClient(DestinationServer... destinations)Creates a new DefaultClient.protected SSLCommPropsNonUIClient. 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.