factory_lookup_type


Description:

public static Type factory_lookup_type (SocketFamily family, SocketType type, int protocol_id)

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

a SocketFamily

type

a SocketType

protocol_id

a protocol id

Returns:

a Type