Uses of Class
com.iizix.test.client.DestinationServer
Packages that use DestinationServer
Uses of DestinationServer in com.iizix.test.client
Methods in com.iizix.test.client that return DestinationServerModifier and TypeMethodDescriptionfinal DestinationServer[]NonUIClient.getDestinations()Gets the destination servers.Methods in com.iizix.test.client with parameters of type DestinationServerModifier and TypeMethodDescriptionfinal booleanNonUIClient.addDestination(DestinationServer destination) Adds a new destination server.protected voidNonUIClient.configureSSLProps(SSLCommProps sslProps, DestinationServer destination) Configures the SSL properties for the destination server.ClientManager.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 DestinationServerModifierConstructorDescriptionNonUIClient(ClientManager manager, String name, DestinationServer... destinations) Constructor.