Method: Net::SSH::Transport::Algorithms#compression_client

Defined in:
lib/net/ssh/transport/algorithms.rb

#compression_clientObject (readonly)

The type of compression to use to compress packets being sent by the client.



65
66
67
# File 'lib/net/ssh/transport/algorithms.rb', line 65

def compression_client
  @compression_client
end