Class SSHByteBufferChannel

  • All Implemented Interfaces:
    ByteBufferChannel, java.lang.AutoCloseable

    public class SSHByteBufferChannel
    extends java.lang.Object
    implements ByteBufferChannel, java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      SSHByteBufferChannel​(org.apache.sshd.client.session.ClientSession session, long connectTimeout, java.util.concurrent.TimeUnit timeUnit)  
    • Constructor Detail

      • SSHByteBufferChannel

        public SSHByteBufferChannel​(org.apache.sshd.client.session.ClientSession session,
                                    long connectTimeout,
                                    java.util.concurrent.TimeUnit timeUnit)
                             throws java.io.IOException
        Throws:
        java.io.IOException