org.apache.sshd.common.compression
Class CompressionNone.Factory
java.lang.Object
org.apache.sshd.common.compression.CompressionNone.Factory
- All Implemented Interfaces:
- Factory<Compression>, NamedFactory<Compression>
- Enclosing class:
- CompressionNone
public static class CompressionNone.Factory
- extends Object
- implements NamedFactory<Compression>
Named factory for the no-op Compression
.
This factory will simply return null
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompressionNone.Factory
public CompressionNone.Factory()
getName
public 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-2012 Apache Software Foundation. All Rights Reserved.