net.schmizz.sshj.transport.compression
Class NoneCompression

java.lang.Object
  extended by net.schmizz.sshj.transport.compression.NoneCompression
All Implemented Interfaces:
Compression

public abstract class NoneCompression
extends Object
implements Compression

No-op Compression.


Nested Class Summary
static class NoneCompression.Factory
          Named factory for the no-op Compression
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.transport.compression.Compression
Compression.Mode
 
Constructor Summary
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
 

Constructor Detail

NoneCompression

public NoneCompression()


Copyright © 2009-2012. All Rights Reserved.