Uses of Class
eu.clarin.sru.client.SRUScanResponse
-
-
Uses of SRUScanResponse in eu.clarin.sru.client
Methods in eu.clarin.sru.client that return SRUScanResponse Modifier and Type Method Description SRUScanResponse
SRUClient. scan(SRUScanRequest request)
Perform a scan operation.Methods in eu.clarin.sru.client that return types with arguments of type SRUScanResponse Modifier and Type Method Description Future<SRUScanResponse>
SRUThreadedClient. scan(SRUScanRequest request)
Deprecated.Use asynchronous callback interfaceSRUThreadedClient.scan(SRUScanRequest, SRUCallback)
.Method parameters in eu.clarin.sru.client with type arguments of type SRUScanResponse Modifier and Type Method Description 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.
-