Base class for all server transports.
|
|
|
GetTransportType(self)
Returns the transport type of this server transport. |
source code
|
|
|
|
|
GetMaxIncomingMessageLength(self)
Returns maximum incoming message length. |
source code
|
|
|
SetConnectionLimit(self,
*args)
Sets the maximum number of simultaneous connections to the server
transport. |
source code
|
|
|
GetConnectionLimit(self)
Returns the maximum number of simultaneous connections to the server
transport. |
source code
|
|
|
SetInitialNumberOfConnections(self,
*args)
Sets the initial number of listening connections that are created
when the server transport starts. |
source code
|
|
|
GetInitialNumberOfConnections(self)
Returns the initial number of listening connections that are created
when the server transport starts. |
source code
|
|
|
SetThreadPool(self,
*args)
Sets the thread pool that the server transport will use. |
source code
|
|
|
|
|
|