![]() |
Ice 3.8
Slice API Reference
|
Represents an application-provided factory for session objects. More...
defined in <Glacier2/Session.ice>
interface SSLSessionManager { ... }
Operations | |
Session * | create (SSLInfo info, SessionControl *control) throws CannotCreateSessionException |
Creates a new session object. |
Represents an application-provided factory for session objects.
You can configure a Glacier2 router with your own SSLSessionManager implementation; this router will then return the sessions created by this session manager to its clients.
Definition at line 122 of file Session.ice.