PHP Класс dropr_Server_Transport_Abstract, dropr

Показать файл Открыть проект

Открытые методы

Метод Описание
addDirectInvocationHandler ( dropr_Server_DirectInvocation $handler, $type = null )
factory ( $type, dropr_Server_Storage_Abstract $storage ) : dropr_Server_Transport_Abstract
handle ( ) Handles the Server process

Защищенные методы

Метод Описание
__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.

Описание методов

__construct() защищенный Метод

protected __construct ( dropr_Server_Storage_Abstract $storage )
$storage dropr_Server_Storage_Abstract

addDirectInvocationHandler() публичный Метод

public addDirectInvocationHandler ( dropr_Server_DirectInvocation $handler, $type = null )
$handler dropr_Server_DirectInvocation

factory() публичный статический Метод

public static factory ( $type, dropr_Server_Storage_Abstract $storage ) : dropr_Server_Transport_Abstract
$storage dropr_Server_Storage_Abstract
Результат dropr_Server_Transport_Abstract

getStorage() защищенный Метод

protected getStorage ( ) : dropr_Server_Storage_Abstract
Результат dropr_Server_Storage_Abstract

handle() абстрактный публичный Метод

Handles the Server process
abstract public handle ( )

invoke() защищенный Метод

this function is called by the transport layer if a direct message has to be processed.
protected invoke ( dropr_Server_Message $message, $type )
$message dropr_Server_Message