saga::stream::stream Class Reference

This is the ob ject that encapsulates all client stream ob jects. More...

#include <stream.hpp>

Inheritance diagram for saga::stream::stream:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 stream (session const &s, saga::url url=saga::url())
 Initializes a client client stream, for later connection to an server.
 stream (saga::url url)
 Initializes a client client stream, for later connection to an server.
 stream ()
 Initializes a client client stream, for later connection to an server.
 stream (saga::object const &o)
 Initializes a client client stream, for later connection to an server.
 ~stream (void)
 Destroys an stream object.
streamoperator= (saga::object const &o)
 Brief description starts here.
saga::url get_url () const
 Get the URL used for creating this stream.
saga::context get_context () const
 Return remote authorization info.
saga::context connect ()
 Establishes a connection to the target defined during the construction of the stream.
std::vector
< saga::stream::activity
wait (saga::stream::activity what, double timeout=-1.0)
 Check if stream is ready for reading/writing, or if it has entered an error state.
void close (double timeout=0.0)
 Closes an active connection.
saga::ssize_t read (saga::mutable_buffer buffer, saga::ssize_t length=0)
 Read a raw buffer from stream.
saga::ssize_t write (saga::const_buffer buffer, saga::ssize_t length=0)
 Write a raw buffer to stream.

Static Public Member Functions

static stream create (session const &s, saga::url name=saga::url())
 Factory function resembling stream(session, url) constructor.
static stream create (saga::url name=saga::url())
 Factory function resembling stream(url) constructor.
template<typename Tag>
static saga::task create (saga::url name=saga::url())


Detailed Description

This is the ob ject that encapsulates all client stream ob jects.


Constructor & Destructor Documentation

saga::stream::stream::stream ( session const &  s,
saga::url  url = saga::url() 
) [explicit]

Initializes a client client stream, for later connection to an server.

saga::stream::stream::stream ( saga::url  url  )  [explicit]

Initializes a client client stream, for later connection to an server.

saga::stream::stream::stream ( void   ) 

Initializes a client client stream, for later connection to an server.

saga::stream::stream::stream ( saga::object const &  o  )  [explicit]

Initializes a client client stream, for later connection to an server.

saga::stream::stream::~stream ( void   ) 

Destroys an stream object.


Member Function Documentation

static stream saga::stream::stream::create ( session const &  s,
saga::url  name = saga::url() 
) [inline, static]

Factory function resembling stream(session, url) constructor.

static stream saga::stream::stream::create ( saga::url  name = saga::url()  )  [inline, static]

Factory function resembling stream(url) constructor.

template<typename Tag>
static saga::task saga::stream::stream::create ( saga::url  name = saga::url()  )  [inline, static]

stream & saga::stream::stream::operator= ( saga::object const &  o  ) 

Brief description starts here.

saga::url saga::stream::stream::get_url (  )  const [inline]

Get the URL used for creating this stream.

Returns:
String containing the URL of the connection.

saga::context saga::stream::stream::get_context (  )  const [inline]

Return remote authorization info.

Returns:
Remote context

saga::context saga::stream::stream::connect (  )  [inline]

Establishes a connection to the target defined during the construction of the stream.

std::vector<saga::stream::activity> saga::stream::stream::wait ( saga::stream::activity  what,
double  timeout = -1.0 
) [inline]

Check if stream is ready for reading/writing, or if it has entered an error state.

Parameters:
what Parameter list of activity types to wait for
timeout Number of seconds to wait
Returns:
activity type causing the call to return

void saga::stream::stream::close ( double  timeout = 0.0  )  [inline]

Closes an active connection.

saga::ssize_t saga::stream::stream::read ( saga::mutable_buffer  buffer,
saga::ssize_t  length = 0 
) [inline]

Read a raw buffer from stream.

Parameters:
length Maximum number of bytes that can be copied in to the buffer.
buffer Empty buffer passed in to get filled
Returns:
Number of bytes read, if successful. (0 is also valid)

saga::ssize_t saga::stream::stream::write ( saga::const_buffer  buffer,
saga::ssize_t  length = 0 
) [inline]

Write a raw buffer to stream.

Parameters:
length Number of bytes of data in the buffer
buffer Raw array containing data that will be sent out via socket
Returns:
Bytes written if successful


The documentation for this class was generated from the following files:

Generated on Mon Aug 24 09:04:29 2009 for SAGA C++ API by  doxygen 1.5.6