File: Yar_Server.xml

package info (click to toggle)
phpdox 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,476 kB
  • sloc: xml: 66,377; php: 9,049; makefile: 18
file content (22 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="Yar_Server" namespace="" name="Yar_Server">
  <member name="_executor" static="false" visibility="protected">
    <default>null</default>
    <docblock>
      <description compact=""/>
    </docblock>
  </member>
  <constructor name="__construct" abstract="false" static="false" visibility="public" final="true">
    <docblock>
      <description compact="Register a server"/>
      <return type="void"/>
    </docblock>
    <parameter name="obj" optional="false" byreference="false" type="object" class="Object"/>
  </constructor>
  <method name="handle" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Start RPC Server">Start a RPC HTTP server, and ready for accpet RPC requests. Usual RPC calls will be issued as HTTP POST requests. If a HTTP GET request is issued to the uri, the service information (commented section above) will be printed on the page</description>
      <return type="boolean"/>
    </docblock>
  </method>
</class>