Uses of Class
com.yahoo.jrt.Request
Packages that use Request
-
Uses of Request in com.yahoo.jrt
Methods in com.yahoo.jrt that return RequestModifier and TypeMethodDescriptionMethods in com.yahoo.jrt with parameters of type RequestModifier and TypeMethodDescriptionbooleanbooleanvoidRequestWaiter.handleRequestDone(Request req) Invoked when a request has completed.voidMethod used to dispatch an rpc request.abstract voidTarget.invokeAsync(Request req, double timeout, RequestWaiter waiter) Invoke a request on this target and let the completion be signalled with a callback.voidTarget.invokeAsync(Request req, Duration timeout, RequestWaiter waiter) abstract voidTarget.invokeSync(Request req, double timeout) Invoke a request on this target and wait for it to return.voidTarget.invokeSync(Request req, Duration timeout) abstract booleanTarget.invokeVoid(Request req) Invoke a request on this target, but ignore the return value(s). -
Uses of Request in com.yahoo.jrt.tool
Methods in com.yahoo.jrt.tool that return RequestModifier and TypeMethodDescriptionprotected RequestRpcInvoker.createRequest(String method, List<String> arguments)