|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.common.compression.CompressionNone
public abstract class CompressionNone
No-op Compression.
This is actually an abstract class, because no compression will be
identified by a null Compression object.
| Nested Class Summary | |
|---|---|
static class |
CompressionNone.Factory
Named factory for the no-op Compression. |
| Nested classes/interfaces inherited from interface org.apache.sshd.common.Compression |
|---|
Compression.Type |
| Constructor Summary | |
|---|---|
CompressionNone()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.sshd.common.Compression |
|---|
compress, init, isDelayed, uncompress |
| Constructor Detail |
|---|
public CompressionNone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||