|
RCFProto
|
| RPC controller interface, for both server-side and client-side code. | |
| Base class of all certificate classes. | |
| Base class for all client transports. | |
| Base class for all network endpoint types. | |
| Represents a HTTP endpoint. | |
| Represents a HTTPS endpoint. | |
| Represents an IP address (IPv4 or IPv6). | |
| Base class for log targets. Log targets are passed to the enableLogging() function, to configure RCF logging. | |
| Configures log output to be directed to Windows debug output. | |
| Configures log output to be directed to the Windows event log. | |
| Configures log output to be directed to a log file. | |
| Configures log output to be directed to standard output. | |
| Use this class to load a certificate in .pem format. Only applicable to OpenSSL. | |
| Use this class to load a certificate from .pfx format. Only applicable to Schannel. | |
| Represents a single RPC connection to a server. | |
| Serves up Protocol Buffer-based services to clients, over one or more server transports. | |
| Represents the server-side session associated with a RPC connection. | |
| Base class for all server transports. | |
| Represents a certificate in a Windows certificate store. | |
| Iterates over the certificates in a Windows certificate store. | |
| Represents a TCP endpoint. | |
| Represents a server-side thread pool. | |
| Represents a UNIX local socket endpoint. Only available on UNIX platforms. | |
| Represents an in-memory certificate, usually from a remote peer. Only applicable to Schannel. | |
| Represents a Win32 named pipe endpoint. Only available on Windows platforms. | |
| Represents an in-memory certificate, usually from a remote peer. Only applicable to OpenSSL. |
1.8.3.1