PHP 클래스 Prado\Web\Services\TRpcServer
TRpcServer is a class
TRpcServer is the base class used to creare a server to be used in conjunction with
{@link TRpcService}.
The role of TRpcServer is to be an intermediate, moving data between the service and
the provider. This base class should suit the most common needs, but can be sublassed for
logging and debugging purposes, or to filter and modify the request/response on the fly.
파일 보기
프로젝트 열기: pradosoft/prado
보호된 프로퍼티들
공개 메소드들
메소드 상세
public __construct ( TRpcProtocol $protocolHandler ) |
$protocolHandler |
TRpcProtocol |
instance |
Registers the method in the protocol handler
Retrieves the request payload
Passes the request payload to the protocol handler and returns the result
프로퍼티 상세