Serves up Protocol Buffer-based services to clients, over one or more
server transports.
|
|
|
|
|
|
|
|
|
GetThreadPool(self)
Returns the thread pool the server is using. |
source code
|
|
|
AddEndpoint(self,
*args)
Adds a transport endpoint to the server. |
source code
|
|
|
|
|
GetSupportedTransportProtocols(self)
Returns the list of supported protocols for the server. |
source code
|
|
|
|
|
GetSessionTimeoutMs(self)
Returns the session timeout value, in milliseconds. |
source code
|
|
|
|
|
GetSessionHarvestingIntervalMs(self)
Returns the session harvesting interval, in milliseconds. |
source code
|
|
|
SetCertificate(self,
*args)
Sets the SSL certificate of the server. |
source code
|
|
|
GetCertificate(self)
Gets the SSL certificate of the server. |
source code
|
|
|
|
|
GetOpenSslCipherSuite(self)
Gets the OpenSSL cipher suite. |
source code
|
|
|
SetCaCertificate(self,
*args)
Sets the SSL certificate authority of the server. |
source code
|
|
|
GetCaCertificate(self)
Gets the SSL certificate authority of the server. |
source code
|
|
|
|
|
GetEnableSchannelCertificateValidation(self)
Gets the Schannel certificate validation setting. |
source code
|
|
|
|
|
GetSslImplementation(self)
Gets the SSL implementation of the server. |
source code
|
|
|
|