Constructs an incoming request.
The request ID. It's 0 for oneway requests.
The connection that received the request.
The object adapter to set in current.
The input stream buffer over the incoming Ice protocol request message. The stream is positioned at the beginning of the request header - the next data to read is the identity of the target.
This constructor reads the request header from the input stream. When it completes, the input stream is positioned at the beginning of encapsulation carried by the request.
The Ice runtime calls this constructor when it dispatches an incoming request. You may want to call it in a middleware unit test.
Represents a request received by a connection. It's the argument to the dispatch function on Object.
See
Object.dispatch.