Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::Current Struct Reference

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.

Detailed Description

Provides information about an incoming request being dispatched.

Definition at line 17 of file Current.h.


The documentation for this struct was generated from the following file: