net.schmizz.sshj.transport.compression
Class NoneCompression.Factory
java.lang.Object
net.schmizz.sshj.transport.compression.NoneCompression.Factory
- All Implemented Interfaces:
- Factory<Compression>, Factory.Named<Compression>
- Enclosing class:
- NoneCompression
public static class NoneCompression.Factory
- extends Object
- implements Factory.Named<Compression>
Named factory for the no-op Compression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoneCompression.Factory
public NoneCompression.Factory()
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.