pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\Handlers\CHANNEL\Base Class Reference
+ Inheritance diagram for fpoirotte\Pssht\Handlers\CHANNEL\Base:

Public Member Functions

 __construct (\fpoirotte\Pssht\Connection $connection)
 
- Public Member Functions inherited from fpoirotte\Pssht\Handlers\HandlerInterface
 handle ($msgType,\fpoirotte\Pssht\Wire\Decoder $decoder,\fpoirotte\Pssht\Transport $transport, array &$context)
 

Protected Attributes

 $connection
 SSH connection layer.
 

Detailed Description

Abstract handler for SSH_MSG_CHANNEL_* messages.

Definition at line 17 of file Base.php.

Constructor & Destructor Documentation

fpoirotte\Pssht\Handlers\CHANNEL\Base::__construct ( \fpoirotte\Pssht\Connection  $connection)

Construct the handler.

Parameters
fpoirotte::Pssht::Connection$connectionSSH connection layer.

Definition at line 28 of file Base.php.

References fpoirotte\Pssht\Handlers\CHANNEL\Base\$connection.


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