factory_lookup_type
Description:
Looks up the Type to be used when creating socket connections on sockets with the
specified family
, type
and protocol_id
.
If no type is registered, the SocketConnection base type is returned.
Parameters:
family | |
type | |
protocol_id |
a protocol id |
Returns:
a Type |