RCFProto
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
\NDeltaVSoft
 \NRCFProto
  oCRcfProtoControllerRPC controller interface, for both server-side and client-side code.
  oCCertificateBase class of all certificate classes.
  oCClientTransportBase class for all client transports.
  oCEndpointBase class for all network endpoint types.
  oCHttpEndpointRepresents a HTTP endpoint.
  oCHttpsEndpointRepresents a HTTPS endpoint.
  oCIpAddressRepresents an IP address (IPv4 or IPv6).
  oCLogTargetBase class for log targets. Log targets are passed to the enableLogging() function, to configure RCF logging.
  oCLogToDebugWindowConfigures log output to be directed to Windows debug output.
  oCLogToEventLogConfigures log output to be directed to the Windows event log.
  oCLogToFileConfigures log output to be directed to a log file.
  oCLogToStdoutConfigures log output to be directed to standard output.
  oCPemCertificateUse this class to load a certificate in .pem format. Only applicable to OpenSSL.
  oCPfxCertificateUse this class to load a certificate from .pfx format. Only applicable to Schannel.
  oCRCFProto
  oCRcfProtoChannelRepresents a single RPC connection to a server.
  oCRcfProtoServerServes up Protocol Buffer-based services to clients, over one or more server transports.
  oCRcfProtoSessionRepresents the server-side session associated with a RPC connection.
  oCServerTransportBase class for all server transports.
  oCStoreCertificateRepresents a certificate in a Windows certificate store.
  oCStoreCertificateIteratorIterates over the certificates in a Windows certificate store.
  oCTcpEndpointRepresents a TCP endpoint.
  oCThreadPoolRepresents a server-side thread pool.
  oCTransportProtocolList
  |\CTransportProtocolListEnumerator
  oCUnixLocalEndpointRepresents a UNIX local socket endpoint. Only available on UNIX platforms.
  oCWin32CertificateRepresents an in-memory certificate, usually from a remote peer. Only applicable to Schannel.
  oCWin32NamedPipeEndpointRepresents a Win32 named pipe endpoint. Only available on Windows platforms.
  \CX509CertificateRepresents an in-memory certificate, usually from a remote peer. Only applicable to OpenSSL.