Campustream 1.0
A social network MQP for WPI
TcpConnection Class Reference
Inheritance diagram for TcpConnection:
Connection IConnectionSingle Connection IConnectionSingle IConnection IConnection IConnectionSingle IConnectionSingle IConnection IConnection IConnectionSingle IConnectionSingle

Public Member Functions

 __construct (ConnectionParameters $parameters, ResponseReader $reader=null)
 __destruct ()
 connect ()
 writeCommand (ICommand $command)
 readResponse (ICommand $command)
 rawCommand ($rawCommandData, $closesConnection=false)
 writeBytes ($value)
 readBytes ($length)
 readLine ()
 __construct (ConnectionParameters $parameters, ResponseReader $reader=null)
 __destruct ()
 connect ()
 writeCommand (ICommand $command)
 readResponse (ICommand $command)
 rawCommand ($rawCommandData, $closesConnection=false)
 writeBytes ($value)
 readBytes ($length)
 readLine ()

Protected Member Functions

 createResource ()
 createResource ()

Detailed Description

Definition at line 1284 of file predis.php.


Constructor & Destructor Documentation

__construct ( ConnectionParameters parameters,
ResponseReader reader = null 
)

Reimplemented from Connection.

Definition at line 1285 of file predis.php.

__destruct ( )

Reimplemented from Connection.

Definition at line 1289 of file predis.php.

__construct ( ConnectionParameters parameters,
ResponseReader reader = null 
)

Reimplemented from Connection.

Definition at line 1285 of file predis.php.

__destruct ( )

Reimplemented from Connection.

Definition at line 1289 of file predis.php.


Member Function Documentation

connect ( )

Reimplemented from Connection.

Definition at line 1335 of file predis.php.

connect ( )

Reimplemented from Connection.

Definition at line 1335 of file predis.php.

createResource ( ) [protected]

Reimplemented from Connection.

Definition at line 1302 of file predis.php.

createResource ( ) [protected]

Reimplemented from Connection.

Definition at line 1302 of file predis.php.

rawCommand ( rawCommandData,
closesConnection = false 
)

Definition at line 1352 of file predis.php.

rawCommand ( rawCommandData,
closesConnection = false 
)

Definition at line 1352 of file predis.php.

readBytes ( length)

Implements IConnectionSingle.

Definition at line 1376 of file predis.php.

readBytes ( length)

Implements IConnectionSingle.

Definition at line 1376 of file predis.php.

readLine ( )

Implements IConnectionSingle.

Definition at line 1393 of file predis.php.

readLine ( )

Implements IConnectionSingle.

Definition at line 1393 of file predis.php.

readResponse ( ICommand command)

Implements IConnection.

Definition at line 1346 of file predis.php.

readResponse ( ICommand command)

Implements IConnection.

Definition at line 1346 of file predis.php.

writeBytes ( value)

Implements IConnectionSingle.

Definition at line 1361 of file predis.php.

writeBytes ( value)

Implements IConnectionSingle.

Definition at line 1361 of file predis.php.

writeCommand ( ICommand command)

Implements IConnection.

Definition at line 1342 of file predis.php.

writeCommand ( ICommand command)

Implements IConnection.

Definition at line 1342 of file predis.php.


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