org.apache.sshd.common.compression
Class CompressionDelayedZlib.Factory

java.lang.Object
  extended by org.apache.sshd.common.compression.CompressionDelayedZlib.Factory
All Implemented Interfaces:
Factory<Compression>, NamedFactory<Compression>
Enclosing class:
CompressionDelayedZlib

public static class CompressionDelayedZlib.Factory
extends java.lang.Object
implements NamedFactory<Compression>

Named factory for the ZLib Delayed Compression.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.NamedFactory
NamedFactory.Utils
 
Constructor Summary
CompressionDelayedZlib.Factory()
           
 
Method Summary
 Compression create()
          Create a new instance
 java.lang.String getName()
          Name of this factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompressionDelayedZlib.Factory

public CompressionDelayedZlib.Factory()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: NamedFactory
Name of this factory

Specified by:
getName in interface NamedFactory<Compression>
Returns:

create

public Compression create()
Description copied from interface: Factory
Create a new instance

Specified by:
create in interface Factory<Compression>
Returns:


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.