Class ClientServerHello

java.lang.Object
com.trilead.ssh2.transport.ClientServerHello

public class ClientServerHello extends Object
ClientServerHello.
  • Constructor Details

  • Method Details

    • readLineRN

      public static final int readLineRN(InputStream is, byte[] buffer) throws IOException
      Throws:
      IOException
    • getClientString

      public byte[] getClientString()
      Returns:
      Returns the client_versioncomment.
    • getServerString

      public byte[] getServerString()
      Returns:
      Returns the server_versioncomment.