Uses of Class
edu.uiuc.ncsa.sas.webclient.Client
-
Packages that use Client Package Description edu.uiuc.ncsa.sas.cli A basic implementation of theCLIDriverso that it can be run as an SAS serveredu.uiuc.ncsa.sas.webclient -
-
Uses of Client in edu.uiuc.ncsa.sas.cli
Constructors in edu.uiuc.ncsa.sas.cli with parameters of type Client Constructor Description CLI_IO(IOInterface localIO, Client sasClient)SASCLIDriver(IOInterface ioInterface, Client sasClient) -
Uses of Client in edu.uiuc.ncsa.sas.webclient
Methods in edu.uiuc.ncsa.sas.webclient that return Client Modifier and Type Method Description static ClientClient. newInstance(InputLine inputLine)Create a new instance of this client.
-