Uses of Class
nzilbb.labbcat.Response
-
Packages that use Response Package Description nzilbb.labbcat LaBB-CAT client library. -
-
Uses of Response in nzilbb.labbcat
Methods in nzilbb.labbcat that return Response Modifier and Type Method Description ResponseResponse. checkForErrors()Convenience method for checking whether the response any errors.ResponseLabbcatView. getResponse()Getter forLabbcatView.response: The last response received from the server.ResponseResponseException. getResponse()Getter forResponseException.response: The response.ResponseResponse. load(InputStream input)Loads the response from the given stream.ResponseResponse. load(String text)Loads the response from the given stream.ResponseResponse. setModel(Object newModel)Setter formodel: The model or result returned.ResponseResponse. setVersion(String newVersion)Setter forversion: Server version.Methods in nzilbb.labbcat with parameters of type Response Modifier and Type Method Description LabbcatViewLabbcatView. setResponse(Response newResponse)Setter forLabbcatView.response: The last response received from the server.Constructors in nzilbb.labbcat with parameters of type Response Constructor Description ResponseException(Response response)Constructor.
-