ObjectAdapterPtr Ice::Communicator::createObjectAdapter | ( | std::string | name, |
std::optional< SSL::ServerAuthenticationOptions > | serverAuthenticationOptions = std::nullopt ) |
Creates a new object adapter.
The endpoints for the object adapter are taken from the property name.Endpoints. It is legal to create an object adapter with the empty string as its name. Such an object adapter is accessible via bidirectional connections or by collocated invocations.
name | The object adapter name. |
serverAuthenticationOptions | The SSL options for server connections. |