Ampache
[ class tree: Ampache ] [ index: Ampache ] [ all elements ]

Class: xmlRpcClient

Source Location: /lib/class/xmlrpcclient.class.php

Class Overview


xmlRpcClient This is the other half of the xmlrpcserver class, it Holds the different calls that Ampache might make that are xmlrpc'ie this does not include the API responses.


Methods



Class Details

[line 28]
xmlRpcClient This is the other half of the xmlrpcserver class, it Holds the different calls that Ampache might make that are xmlrpc'ie this does not include the API responses.



[ Top ]


Class Methods


static method ampache_create_stream_session [line 83]

static void ampache_create_stream_session( $target_url, $token)

ampache_create_stream_session

This generates a new stream session, it takes a target_url and a token as generated by a ampache_handshake action




Tags:

access:  public


Parameters:

   $target_url  
   $token  

[ Top ]

static method ampache_handshake [line 43]

static void ampache_handshake( $target_url, $key)

ampache_handshake

This handshakes with ampache servers, this is used by the internal xml-rpc mojo




Tags:

access:  public


Parameters:

   $target_url  
   $key  

[ Top ]

static method create_client [line 114]

static void create_client( $target_url)

create_client

This creates the xmlrpc client object from a URL




Tags:

access:  public


Parameters:

   $target_url  

[ Top ]


Documentation generated on Thu, 12 Feb 2009 08:00:13 +0900 by phpDocumentor 1.4.2