net.schmizz.sshj.transport.compression
Class DelayedZlibCompression.Factory

java.lang.Object
  extended by net.schmizz.sshj.transport.compression.DelayedZlibCompression.Factory
All Implemented Interfaces:
Factory<Compression>, Factory.Named<Compression>
Enclosing class:
DelayedZlibCompression

public static class DelayedZlibCompression.Factory
extends Object
implements Factory.Named<Compression>

Named factory for the ZLib Delayed Compression.


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory.Named
Factory.Named.Util
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory
Factory.Named<T>
 
Constructor Summary
DelayedZlibCompression.Factory()
           
 
Method Summary
 Compression create()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayedZlibCompression.Factory

public DelayedZlibCompression.Factory()
Method Detail

create

public Compression create()
Specified by:
create in interface Factory<Compression>
Returns:
a new object created using this factory.

getName

public String getName()
Specified by:
getName in interface Factory.Named<Compression>
Returns:
the name of this factory.


Copyright © 2009-2012. All Rights Reserved.