Uses of Interface
eu.clarin.sru.client.SRUCallback
-
-
Uses of SRUCallback in eu.clarin.sru.client
Methods in eu.clarin.sru.client with parameters of type SRUCallback Modifier and Type Method Description voidSRUThreadedClient. explain(SRUExplainRequest request, SRUCallback<SRUExplainRequest,SRUExplainResponse> callback)Perform a explain operation and invoke a user supplied callback after the request has been completed.voidSRUThreadedClient. scan(SRUScanRequest request, SRUCallback<SRUScanRequest,SRUScanResponse> callback)Perform a scan operation and invoke a user supplied callback after the request has been completed.voidSRUThreadedClient. searchRetrieve(SRUSearchRetrieveRequest request, SRUCallback<SRUSearchRetrieveRequest,SRUSearchRetrieveResponse> callback)Perform a searchRetrieve operation and invoke a user supplied callback after the request has been completed.
-