std::optional< SessionPrx > Glacier2::SSLSessionManagerPrx::create | ( | const SSLInfo & | info, |
const std::optional< SessionControlPrx > & | control, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Creates a new session object.
info | The SSL info. |
control | A proxy to the session control object. This proxy is null when Glacier2.Server.Endpoints is not configured. |
context | The request context. |
Glacier2::CannotCreateSessionException | Thrown when the session cannot be created. |