Méthode | Description | |
---|---|---|
addDirectInvocationHandler ( dropr_Server_DirectInvocation $handler, $type = null ) | ||
factory ( $type, dropr_Server_Storage_Abstract $storage ) : dropr_Server_Transport_Abstract | ||
handle ( ) | Handles the Server process |
Méthode | Description | |
---|---|---|
__construct ( dropr_Server_Storage_Abstract $storage ) | ||
getStorage ( ) : dropr_Server_Storage_Abstract | ||
invoke ( dropr_Server_Message $message, $type ) | this function is called by the transport layer if a direct message has to be processed. |
protected __construct ( dropr_Server_Storage_Abstract $storage ) | ||
$storage | dropr_Server_Storage_Abstract |
public addDirectInvocationHandler ( dropr_Server_DirectInvocation $handler, $type = null ) | ||
$handler | dropr_Server_DirectInvocation |
public static factory ( $type, dropr_Server_Storage_Abstract $storage ) : dropr_Server_Transport_Abstract | ||
$storage | dropr_Server_Storage_Abstract | |
Résultat | dropr_Server_Transport_Abstract |
protected getStorage ( ) : dropr_Server_Storage_Abstract | ||
Résultat | dropr_Server_Storage_Abstract |
protected invoke ( dropr_Server_Message $message, $type ) | ||
$message | dropr_Server_Message |