Uses of Class
nzilbb.labbcat.Response
Packages that use Response
-
Uses of Response in nzilbb.labbcat
Methods in nzilbb.labbcat that return ResponseModifier and TypeMethodDescriptionResponse.checkForErrors()
Convenience method for checking whether the response any errors.LabbcatView.getResponse()
Getter forLabbcatView.response
: The last response received from the server.ResponseException.getResponse()
Getter forResponseException.response
: The response.Response.load
(InputStream input) Loads the response from the given stream.Loads the response from the given stream.Setter formodel
: The model or result returned.Response.setVersion
(String newVersion) Setter forversion
: Server version.Methods in nzilbb.labbcat with parameters of type ResponseModifier and TypeMethodDescriptionLabbcatView.setResponse
(Response newResponse) Setter forLabbcatView.response
: The last response received from the server.Constructors in nzilbb.labbcat with parameters of type Response