Gnash
0.8.10
|
#include "NetConnection_as.h"
#include <string>
#include <utility>
#include <boost/scoped_ptr.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/noncopyable.hpp>
#include <boost/mem_fn.hpp>
#include <iomanip>
#include "GnashSystemNetHeaders.h"
#include "log.h"
#include "GnashException.h"
#include "movie_root.h"
#include "StreamProvider.h"
#include "URL.h"
#include "VM.h"
#include "SimpleBuffer.h"
#include "namedStrings.h"
#include "GnashAlgorithm.h"
#include "fn_call.h"
#include "Global_as.h"
#include "AMFConverter.h"
#include "AMF.h"
#include "as_function.h"
#include "RunResources.h"
#include "IOChannel.h"
#include "RTMP.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
void | gnash::netconnection_class_init (as_object &where, const ObjectURI &uri) |
size_t _calls |
The number of separate remoting calls to be encoded in this request.
boost::scoped_ptr<IOChannel> _connection |
A single HTTP request.
bool _connectionComplete |
boost::shared_ptr<HTTPRequest> _currentRequest |
The current request.
SimpleBuffer _data |
The data to be sent by POST with this request.
Referenced by gnash::image::GnashImage::begin().
Connection& _handler |
Referenced by gnash::MovieLoader::Request::getHandler(), and gnash::MovieLoader::Request::setReachable().
NetworkAdapter::RequestHeaders _headers |
Headers to be sent with this request.
SimpleBuffer _reply |
A buffer for the reply.
std::vector<boost::shared_ptr<HTTPRequest> > _requestQueue |
The queue of sent requests.
rtmp::RTMP _rtmp |
const URL _url |
Referenced by gnash::MovieLoader::Request::getURL(), and nsPluginInstance::threadMain().