Uses of Class
edu.uiuc.ncsa.sas.thing.response.Response
-
Packages that use Response Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.cli A basic implementation of theCLIDriverso that it can be run as an SAS serveredu.uiuc.ncsa.sas.example This has an example of how to extend SAS to create an executable program.edu.uiuc.ncsa.sas.thing.response edu.uiuc.ncsa.sas.webclient -
-
Uses of Response in edu.uiuc.ncsa.sas
Methods in edu.uiuc.ncsa.sas that return Response Modifier and Type Method Description protected ResponseSASServlet. doExecute(SessionRecord sessionRecord, Action action)protected ResponseSASServlet. doNewKey(SASClient client, NewKeyAction newKeyAction, javax.servlet.http.HttpServletResponse httpServletResponse, SessionRecord sessionRecord)ResponseExecutable. execute(Action action) -
Uses of Response in edu.uiuc.ncsa.sas.cli
Methods in edu.uiuc.ncsa.sas.cli that return Response Modifier and Type Method Description ResponseSASCLIDriver. execute(Action action)ResponseSASServerSideCLiDriver. execute(Action action) -
Uses of Response in edu.uiuc.ncsa.sas.example
Methods in edu.uiuc.ncsa.sas.example that return Response Modifier and Type Method Description ResponseEchoExecutable. execute(Action action) -
Uses of Response in edu.uiuc.ncsa.sas.thing.response
Subclasses of Response in edu.uiuc.ncsa.sas.thing.response Modifier and Type Class Description classLogoffResponseCreated by Jeff Gaynor
on 8/16/22 at 7:25 AMclassLogonResponseCreated by Jeff Gaynor
on 8/16/22 at 7:22 AMclassNewKeyResponseCreated by Jeff Gaynor
on 8/24/22 at 7:18 AMclassOutputResponseCreated by Jeff Gaynor
on 8/16/22 at 6:28 AMclassPromptResponseCreated by Jeff Gaynor
on 8/16/22 at 6:30 AMMethods in edu.uiuc.ncsa.sas.thing.response with parameters of type Response Modifier and Type Method Description protected voidResponseSerializer. setResponseState(Response response, net.sf.json.JSONObject jsonObject)Method parameters in edu.uiuc.ncsa.sas.thing.response with type arguments of type Response Modifier and Type Method Description voidResponseSerializer. serialize(List<Response> responses, javax.servlet.http.HttpServletResponse servletResponse, SessionRecord sessionRecord) -
Uses of Response in edu.uiuc.ncsa.sas.webclient
Methods in edu.uiuc.ncsa.sas.webclient that return Response Modifier and Type Method Description ResponseResponseDeserializer. deserialize(net.sf.json.JSONObject jsonObject)Deserialize a single responseResponseClient. doExecute(String contents)ResponseClient. doInvoke(String x)ResponseClient. doInvoke(String name, net.sf.json.JSONArray args)ResponseClient. doLogoff()ResponseClient. doLogon()ResponseClient. doLogon(Identifier identifier)ResponseClient. doNewKey(int keySize)ResponseClient. doPost(Action action)Wraps the action in and does the post.ResponseClient. doPost(Action action, boolean rsaEncrypt)ResponseClient. execute(Action action)Call this for an arbitraryAction.Methods in edu.uiuc.ncsa.sas.webclient that return types with arguments of type Response Modifier and Type Method Description List<Response>ResponseDeserializer. deserialize(String input)Main entry point for class.
-