new_with_provider


Description:

public static DataHandler new_with_provider (ServerProvider prov, Connection? cnc)

Creates a data handler for strings, which will use some specific methods implemented by the prov object (possibly also cnc ).

Parameters:

prov

a ServerProvider object

cnc

a Connection object, or null

Returns:

the new object