Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
Glacier2::SSLSessionManager Interface Reference

Represents an application-provided factory for session objects. More...

defined in <Glacier2/Session.ice>

interface SSLSessionManager { ... }

Operations

Sessioncreate (SSLInfo info, SessionControl *control) throws CannotCreateSessionException
 Creates a new session object.

Detailed Description

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.


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