Class NoneCompression
java.lang.Object
net.schmizz.sshj.transport.compression.NoneCompression
- All Implemented Interfaces:
Compression
No-op
Compression.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNamed factory for the no-opCompressionNested classes/interfaces inherited from interface net.schmizz.sshj.transport.compression.Compression
Compression.Mode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.schmizz.sshj.transport.compression.Compression
compress, init, isDelayed, uncompress
-
Constructor Details
-
NoneCompression
public NoneCompression()
-