IceSSL::ContextType

Overview

enum ContextType

A Plugin may serve as a Client, Server or both (ClientServer). A Context is set up inside the Plugin in order to handle either Client or Server roles. The Context represents a role-specific configuration. Some Plugin operations require a ContextType argument to identify the Context.

Enumerator Index

Client

Select only the Client Context, no modifications to the Server.

Server

Select only the Server Context, no modifications to the Client.

ClientServer

Select and affect changes on both the Client and Server Contexts.

Client

Client

Select only the Client Context, no modifications to the Server.

Server

Server

Select only the Server Context, no modifications to the Client.

ClientServer

ClientServer

Select and affect changes on both the Client and Server Contexts.