pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\Compression\DelayedCompressionInterface Interface Reference
+ Inheritance diagram for fpoirotte\Pssht\Compression\DelayedCompressionInterface:

Public Member Functions

 setAuthenticated ()
 Sets a flag indicating user authentication success.
 
- Public Member Functions inherited from fpoirotte\Pssht\Compression\CompressionInterface
 __construct ($mode)
 
 getMode ()
 
 update ($data)
 

Additional Inherited Members

- Static Public Member Functions inherited from fpoirotte\Pssht\Algorithms\AlgorithmInterface
static getName ()
 Return the name of the algorithm.
 
- Public Attributes inherited from fpoirotte\Pssht\Compression\CompressionInterface
const MODE_COMPRESS = 0
 Use the algorithm for compression.
 
const MODE_UNCOMPRESS = 1
 Use the algorithm for decompression.
 

Detailed Description

Interface for delayed compression.

When used, compression is delayed until a successful user authentication occurs.

Definition at line 20 of file DelayedCompressionInterface.php.


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