Class NoneCompression.Factory
java.lang.Object
net.schmizz.sshj.transport.compression.NoneCompression.Factory
- All Implemented Interfaces:
Factory<Compression>, Factory.Named<Compression>
- Enclosing class:
NoneCompression
Named factory for the no-op
Compression-
Nested Class Summary
Nested classes/interfaces inherited from interface Factory
Factory.Named<T>Nested classes/interfaces inherited from interface Factory.Named
Factory.Named.Util -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
- Specified by:
createin interfaceFactory<Compression>- Returns:
- a new object created using this factory.
-
getName
- Specified by:
getNamein interfaceFactory.Named<Compression>- Returns:
- the name of this factory.
-