#include <iosfwd>
#include "lliopipe.h"
Include dependency graph for llfiltersd2xmlrpc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | LLFilterSD2XMLRPC |
Filter from serialized LLSD to an XMLRPC method call. More... | |
class | LLFilterSD2XMLRPCResponse |
Filter from serialized LLSD to an XMLRPC response. More... | |
class | LLFilterSD2XMLRPCRequest |
Filter from serialized LLSD to an XMLRPC method call. More... | |
class | LLFilterXMLRPCResponse2LLSD |
Filter from serialized XMLRPC method response to LLSD. More... | |
class | LLFilterXMLRPCRequest2LLSD |
Filter from serialized XMLRPC method call to LLSD. More... | |
Functions | |
std::string | xml_escape_string (const std::string &in) |
This function takes string, and escapes it appropritately for inclusion as xml data. | |
Variables | |
const char | LLSDRPC_REQUEST_HEADER_1 [] |
Externally available constants. | |
const char | LLSDRPC_REQUEST_HEADER_2 [] |
const char | LLSDRPC_REQUEST_FOOTER [] |
Copyright (c) 2005-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llfiltersd2xmlrpc.h.
std::string xml_escape_string | ( | const std::string & | in | ) |
This function takes string, and escapes it appropritately for inclusion as xml data.
Definition at line 131 of file llfiltersd2xmlrpc.cpp.
References end.
Referenced by idle_startup(), LLFilterSD2XMLRPCResponse::process_impl(), LLFilterSD2XMLRPCRequest::process_impl(), and LLFilterSD2XMLRPC::streamOut().
const char LLSDRPC_REQUEST_FOOTER[] |
Definition at line 114 of file llfiltersd2xmlrpc.cpp.
Referenced by LLSDRPCClient::call(), and LLFilterXMLRPCRequest2LLSD::process_impl().
const char LLSDRPC_REQUEST_HEADER_1[] |
Externally available constants.
Definition at line 112 of file llfiltersd2xmlrpc.cpp.
Referenced by LLSDRPCClient::call(), and LLFilterXMLRPCRequest2LLSD::process_impl().
const char LLSDRPC_REQUEST_HEADER_2[] |
Definition at line 113 of file llfiltersd2xmlrpc.cpp.
Referenced by LLSDRPCClient::call(), and LLFilterXMLRPCRequest2LLSD::process_impl().