activemq::transport::TcpTransport Class Reference

#include <TcpTransport.h>

Inheritance diagram for activemq::transport::TcpTransport:

activemq::transport::TransportFilter activemq::transport::Transport activemq::transport::CommandListener activemq::transport::TransportExceptionListener List of all members.

Public Member Functions

 TcpTransport (const activemq::util::Properties &properties, Transport *next, const bool own=true)
virtual ~TcpTransport (void)

Private Attributes

network::Socketsocket

Detailed Description

Implements a TCP/IP based transport filter, this transport is meant to wrap an instance of an IOTransport. The lower level transport should take care of manaing stream reads and writes.


Constructor & Destructor Documentation

TcpTransport::TcpTransport const activemq::util::Properties properties,
Transport next,
const bool  own = true
 

Constructor

Parameters:
properties the configuration properties for this transport
next the next transport in the chain
own indicates if this transport owns the next.

TcpTransport::~TcpTransport void   )  [virtual]
 


Member Data Documentation

network::Socket* activemq::transport::TcpTransport::socket [private]
 

Socket that this Transport Communicates with


The documentation for this class was generated from the following files:
Generated on Thu Aug 3 18:03:33 2006 for activemq-cpp by  doxygen 1.4.5