Overview

Packages

  • Jyxo_Beholder
  • Jyxo_Charset
  • Jyxo_Color
  • Jyxo_Css
  • Jyxo_ErrorHandling
  • Jyxo_FirePhp
  • Jyxo_Gettext
    • Parser
  • Jyxo_Html
  • Jyxo_Input
    • Chain
    • Filter
    • Validator
  • Jyxo_Mail
    • Email
    • Parser
    • Sender
  • Jyxo_Rpc
    • Json
    • Xml
  • Jyxo_Shell
  • Jyxo_SpamFilter
  • Jyxo_Spl
  • Jyxo_String
  • Jyxo_Svn
  • Jyxo_Time
  • Jyxo_Timer
  • Jyxo_Webdav
  • Jyxo_XmlReader
  • PHP

Classes

  • Jyxo_Rpc_Json_Client
  • Jyxo_Rpc_Json_Server

Exceptions

  • Jyxo_Rpc_Json_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Class Jyxo_Rpc_Json_Server

Class for creating a JSON-RPC server.

Jyxo_Rpc_Server
Extended by Jyxo_Rpc_Json_Server
Category: Jyxo
Package: Jyxo_Rpc
Subpackage: Json
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jan Pěček
Located at Rpc/Json/Server.php
Methods summary
protected
# register( string $func )

Actually registers a function to a server method.

Actually registers a function to a server method.

Parameters

$func
string
Function definition
public
# process( )

Processes a request and sends a JSON-RPC response.

Processes a request and sends a JSON-RPC response.

Methods inherited from Jyxo_Rpc_Server
__clone(), __construct(), __destruct(), call(), enableLogging(), getInstance(), registerClass(), registerFunc(), registerMethod()
Jyxo PHP Library API documentation generated by ApiGen 2.3.0