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 void
SRUThreadedClient. explain(SRUExplainRequest request, SRUCallback<SRUExplainRequest,SRUExplainResponse> callback)
Perform a explain operation and invoke a user supplied callback after the request has been completed.void
SRUThreadedClient. scan(SRUScanRequest request, SRUCallback<SRUScanRequest,SRUScanResponse> callback)
Perform a scan operation and invoke a user supplied callback after the request has been completed.void
SRUThreadedClient. searchRetrieve(SRUSearchRetrieveRequest request, SRUCallback<SRUSearchRetrieveRequest,SRUSearchRetrieveResponse> callback)
Perform a searchRetrieve operation and invoke a user supplied callback after the request has been completed.
-