Uses of Class
com.yahoo.search.dispatch.rpc.Client.ProtobufResponse
Packages that use Client.ProtobufResponse
-
Uses of Client.ProtobufResponse in com.yahoo.search.dispatch.rpc
Methods in com.yahoo.search.dispatch.rpc with parameters of type Client.ProtobufResponseModifier and TypeMethodDescriptionbyte[]CompressPayload.decompress(Client.ProtobufResponse response) byte[]CompressService.decompress(Client.ProtobufResponse response) Method parameters in com.yahoo.search.dispatch.rpc with type arguments of type Client.ProtobufResponseModifier and TypeMethodDescriptionvoidClient.ResponseReceiver.receive(Client.ResponseOrError<Client.ProtobufResponse> response) voidRpcPing.receive(Client.ResponseOrError<Client.ProtobufResponse> response) voidRpcProtobufFillInvoker.receive(Client.ResponseOrError<Client.ProtobufResponse> response, List<FastHit> hitsContext) Called by a thread belonging to the client when a valid response becomes availablevoidRpcSearchInvoker.receive(Client.ResponseOrError<Client.ProtobufResponse> response)