Cannot instantiate the type TransportClient

I read about multi-search and i am tried using same in ES 6.2, but when i am sending request like:

MultiSearchResponse response = client.msearch(request, RequestOptions.DEFAULT);

I get error on RequestOptions cannot be resolved to a variable, where is RequestOption class?