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

Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from fpoirotte\Pssht\Handlers\CHANNEL\Base
 $connection
 SSH connection layer.
 

Detailed Description

Handler for SSH_MSG_CHANNEL_CLOSE messages.

Definition at line 17 of file OPEN.php.

Member Function Documentation

fpoirotte\Pssht\Handlers\CHANNEL\OPEN::handle (   $msgType,
\fpoirotte\Pssht\Wire\Decoder  $decoder,
\fpoirotte\Pssht\Transport  $transport,
array &  $context 
)

Handle an SSH message.

Parameters
int$msgTypeMessage identifier.
fpoirotte::Pssht::Wire::Decoder$decoderDecoder for the message.
fpoirotte::Pssht::Transport$transportTransport layer the message was received from.
array$contextContext for the SSH connection.

Implements fpoirotte\Pssht\Handlers\HandlerInterface.

Definition at line 20 of file OPEN.php.

References fpoirotte\Pssht\Messages\CHANNEL\OPEN\unserialize().


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