pssht
latest
SSH server library written in PHP
|
Public Member Functions | |
setAuthenticated () | |
Sets a flag indicating user authentication success. | |
![]() | |
__construct ($mode) | |
getMode () | |
update ($data) | |
Additional Inherited Members | |
![]() | |
static | getName () |
Return the name of the algorithm. | |
![]() | |
const | MODE_COMPRESS = 0 |
Use the algorithm for compression. | |
const | MODE_UNCOMPRESS = 1 |
Use the algorithm for decompression. | |
Interface for delayed compression.
When used, compression is delayed until a successful user authentication occurs.
Definition at line 20 of file DelayedCompressionInterface.php.