Class NoneCompression
- java.lang.Object
-
- net.schmizz.sshj.transport.compression.NoneCompression
-
- All Implemented Interfaces:
Compression
public abstract class NoneCompression extends java.lang.Object implements Compression
No-opCompression.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNoneCompression.FactoryNamed factory for the no-opCompression-
Nested classes/interfaces inherited from interface net.schmizz.sshj.transport.compression.Compression
Compression.Mode
-
-
Constructor Summary
Constructors Constructor Description NoneCompression()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.schmizz.sshj.transport.compression.Compression
compress, init, isDelayed, uncompress
-
-