Class Request<RSP extends Serializable,EXC extends Throwable>

java.lang.Object
hudson.remoting.Command
hudson.remoting.Request<RSP,EXC>
All Implemented Interfaces:
Serializable

public abstract class Request<RSP extends Serializable,EXC extends Throwable> extends Command
Request/response pattern over Channel, the layer-1 service.

This assumes that the receiving side has all the class definitions available to de-serialize Request, just like Command.

Since:
3.17
Author:
Kohsuke Kawaguchi
See Also: