Provides information about an incoming request being dispatched. More...
#include <Ice/Ice.h>
Public Attributes | |
ObjectAdapterPtr | adapter |
The object adapter. This value is never nullptr when this Current is provided by an object adapter. | |
ConnectionPtr | con |
The connection that received the request. It's nullptr for collocation-optimized dispatches. | |
Context | ctx |
The request context. | |
EncodingVersion | encoding |
The Slice encoding version used to marshal the payload of the request. | |
std::string | facet |
The facet of the target Ice object. | |
Identity | id |
The identity of the target Ice object. | |
OperationMode | mode |
The mode of the operation (see Ice::checkNonIdempotent). | |
std::string | operation |
The operation name. | |
int | requestId |
The request ID. 0 means the request is one-way. |
Provides information about an incoming request being dispatched.