Uses of Class
org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
-
Packages that use DelayedCompressionAlgorithms Package Description org.apache.sshd.common.kex.extension.parser -
-
Uses of DelayedCompressionAlgorithms in org.apache.sshd.common.kex.extension.parser
Methods in org.apache.sshd.common.kex.extension.parser that return DelayedCompressionAlgorithms Modifier and Type Method Description DelayedCompressionAlgorithms
DelayCompression. parseExtension(Buffer buffer)
DelayedCompressionAlgorithms
DelayedCompressionAlgorithms. withClient2Server(List<String> client2server)
DelayedCompressionAlgorithms
DelayedCompressionAlgorithms. withServer2Client(List<String> server2client)
Methods in org.apache.sshd.common.kex.extension.parser with parameters of type DelayedCompressionAlgorithms Modifier and Type Method Description protected void
DelayCompression. encode(DelayedCompressionAlgorithms algos, Buffer buffer)
-