Uses of Class
com.basistech.rosette.api.HttpRosetteAPIException
Packages that use HttpRosetteAPIException
-
Uses of HttpRosetteAPIException in com.basistech.rosette.api
Methods in com.basistech.rosette.api that throw HttpRosetteAPIExceptionModifier and TypeMethodDescriptionHttpRosetteAPI.Builder.build()
Build the API object.com.basistech.rosette.apimodel.SupportedLanguagePairsResponse
HttpRosetteAPI.getSupportedLanguagePairs
(String endpoint) Gets the set of language, script codes and transliteration scheme pairs supported by the specified Analytics API endpoint.com.basistech.rosette.apimodel.SupportedLanguagesResponse
HttpRosetteAPI.getSupportedLanguages
(String endpoint) Gets the set of language and script codes supported by the specified Analytics API endpoint.com.basistech.rosette.apimodel.InfoResponse
HttpRosetteAPI.info()
Gets information about the Analytics API, returns name, version, build number and build time.<RequestType extends com.basistech.rosette.apimodel.Request>
com.basistech.rosette.dm.AnnotatedText<RequestType extends com.basistech.rosette.apimodel.Request,
ResponseType extends com.basistech.rosette.apimodel.Response>
ResponseType<RequestType extends com.basistech.rosette.apimodel.Request,
ResponseType extends com.basistech.rosette.apimodel.Response>
Future<ResponseType> HttpRosetteAPI.performAsync
(String endpoint, RequestType request, Class<ResponseType> responseClass) This method always throws UnsupportedOperationException.com.basistech.rosette.apimodel.PingResponse
HttpRosetteAPI.ping()
Pings the Analytics API for a response indicating that the service is available.